CIPObjectGetAttributeProperties 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: 15.0.2.11458
Syntaxprotected virtual IEnumerable<AttributeProperties>? GetAttributeProperties()
Return Value
Type:
IEnumerableAttributePropertiesAll the attribute properties (in GetAttributeAll order, ie not necessarily numerical order).
See Also