Click or drag to resize

LWordAttribute Constructor

Constructs a new lword attribute.

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

Parameters

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