Click or drag to resize

EPATHAttribute(AttributeValue) Constructor

Constructs a view on an existing EPATH attribute value.

Namespace: Demo3D.PLC.Comms.CIP.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public EPATHAttribute(
	AttributeValue attributeValue
)

Parameters

attributeValue  AttributeValue
The attribute value in memory.
See Also