ShortStringAttribute Constructor (UInt32, Int32) |
Constructs a new STRING attribute.
Namespace:
Demo3D.PLC.Comms.AttrDb
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic ShortStringAttribute(
uint attributeId,
int maxStringSize
)
Parameters
- attributeId
- Type: SystemUInt32
Attribute id. - maxStringSize
- Type: SystemInt32
Maximum string length (or 0 if unknown).
See Also