Click or drag to resize

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
Syntax
C#
protected virtual AttributeProperties? GetAttributeProperties(
	uint attributeId
)

Parameters

attributeId
Type: SystemUInt32
The attribute ID.

Return Value

Type: AttributeProperties
Attribute properties.
See Also