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