Click or drag to resize

ShortStringAttribute(AttributeValue) Constructor

Constructs a view on an existing string attribute value.

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

Parameters

attributeValue  AttributeValue
The attribute value in memory.
See Also