Click or drag to resize

CIPServicesGetAttributeProperties Method

Returns all attribute properties (in GetAttributeAll order, ie not necessarily numerical order).

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public virtual IEnumerable<CIPServicesAttributeProperties> GetAttributeProperties()

Return Value

Type: IEnumerableCIPServicesAttributeProperties
All the attribute properties (in GetAttributeAll order, ie not necessarily numerical order).
See Also