Click or drag to resize

StringAttributeBase(AttributeValue, BinaryTextEncoding) 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 StringAttributeBase(
	AttributeValue attributeValue,
	BinaryTextEncoding textEncoding
)

Parameters

attributeValue  AttributeValue
The attribute value in memory.
textEncoding  BinaryTextEncoding
The string text encoding.
See Also