Click or drag to resize

StringAttribute Constructor (UInt32, Int32)

Constructs a new STRING attribute.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public StringAttribute(
	uint attributeId,
	int maxStringSize = 0
)

Parameters

attributeId
Type: SystemUInt32
Attribute id.
maxStringSize (Optional)
Type: SystemInt32
Maximum string length (or 0 if unknown).
See Also