Click or drag to resize

StringAttributeBase(UInt32, Int32, BinaryTextEncoding) Constructor

Constructs a new STRING attribute.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public StringAttributeBase(
	uint attributeId,
	int maxStringSize,
	BinaryTextEncoding textEncoding
)

Parameters

attributeId  UInt32
Attribute id.
maxStringSize  Int32
Maximum string length (or 0 if unknown).
textEncoding  BinaryTextEncoding
The string text encoding.
See Also