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