Click or drag to resize

StringAttributeBase Constructor (UInt32, Int32, BinaryTextEncoding)

Constructs a new STRING attribute.

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

Parameters

attributeId
Type: SystemUInt32
Attribute id.
maxStringSize
Type: SystemInt32
Maximum string length (or 0 if unknown).
textEncoding
Type: Demo3D.IOBinaryTextEncoding
The string text encoding.
See Also