CIPServicesGetAttributeProperties Method (UInt32) |
Return the attribute properties for one attribute.
Namespace:
Demo3D.PLC.Comms.CIP.Nodes
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic virtual CIPServicesAttributeProperties? GetAttributeProperties(
uint attributeId
)
Parameters
- attributeId
- Type: SystemUInt32
The attribute ID.
Return Value
Type:
CIPServicesAttributePropertiesAttribute properties.
See Also