Click or drag to resize

ShortStringAttribute(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 ShortStringAttribute(
	uint attributeId,
	int maxStringSize
)

Parameters

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