Click or drag to resize

WordAttribute Constructor (AttributeValue)

Constructs a view on an existing WORD attribute value.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public WordAttribute(
	AttributeValue attributeValue
)

Parameters

attributeValue
Type: Demo3D.PLC.Comms.AttrDbAttributeValue
The attribute value in memory.
See Also