CIPObjectGetAttributeProperties Method (UInt32) |
Return the attribute properties for one attribute.
Namespace:
Demo3D.PLC.Comms.CIP.Nodes
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxprotected virtual AttributeProperties? GetAttributeProperties(
uint attributeId
)
Parameters
- attributeId
- Type: SystemUInt32
The attribute ID.
Return Value
Type:
AttributePropertiesAttribute properties.
See Also