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