Click or drag to resize

AttributeBase Constructor

Constructs a new attribute.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
protected AttributeBase(
	AttributeValue attributeValue
)

Parameters

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