Click or drag to resize

StringAttribute(UInt32, Int32) Constructor

Constructs a new STRING attribute.

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

Parameters

attributeId  UInt32
Attribute id.
maxStringSize  Int32  (Optional)
Maximum string length (or 0 if unknown).
See Also