Click or drag to resize

WordAttribute Constructor

Constructs a new word attribute.

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

Parameters

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