Click or drag to resize

CIPObjectGetAttributeProperties(UInt32) Method

Return the attribute properties for one attribute.

Namespace: Demo3D.PLC.Comms.CIP.Nodes
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
protected virtual AttributeProperties? GetAttributeProperties(
	uint attributeId
)

Parameters

attributeId  UInt32
The attribute ID.

Return Value

AttributeProperties
Attribute properties.
See Also