Click or drag to resize

StringAttributeBase Constructor (AttributeValue, BinaryTextEncoding)

Constructs a view on an existing string attribute value.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public StringAttributeBase(
	AttributeValue attributeValue,
	BinaryTextEncoding textEncoding
)

Parameters

attributeValue
Type: Demo3D.PLC.Comms.AttrDbAttributeValue
The attribute value in memory.
textEncoding
Type: Demo3D.IOBinaryTextEncoding
The string text encoding.
See Also