Click or drag to resize

CIPObjectObjectClassGetAttributeProperties Method

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

Namespace: Demo3D.PLC.Comms.CIP.Nodes
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
protected override IEnumerable<AttributeProperties> GetAttributeProperties()

Return Value

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