Click or drag to resize

AttributeValue Constructor

Constructs an AttributeValue.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
protected AttributeValue(
	ushort attributeId
)

Parameters

attributeId
Type: SystemUInt16
The attribute ID.
See Also