PropertyTypeEnum Enumeration |
The type of property: int/double/string.
Namespace: Tekla.Structures
Assembly: Tekla.Structures (in Tekla.Structures.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
TYPE_INT | 0 | The integer property type. | |
TYPE_DOUBLE | 1 | The double property type. | |
TYPE_STRING | 2 | The string property type. |
See Also