CIPObjectGetAttributeProperties Method |
Returns all attribute properties (in GetAttributeAll order, ie not necessarily numerical order).
Namespace: Demo3D.PLC.Comms.CIP.NodesAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxprotected virtual IEnumerable<AttributeProperties>? GetAttributeProperties()
Return Value
IEnumerableAttributePropertiesAll the attribute properties (in GetAttributeAll order, ie not necessarily numerical order).
See Also