Enum PropertyType
Defines the various types of properties.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 8, 0, 0)]
public enum PropertyType
Remarks
This enum is available since v7.8.
Fields
| Name | Description |
|---|---|
| Boolean | Boolean. |
| Code | Document (available since v7.17). |
| Color | Document (available since v7.18). |
| ColorWithDescription | Document (available since v7.18). |
| DateTime | Date and time. |
| Document | Document (available since v7.17). |
| Enumeration | Enumeration (available since v7.12). |
| Integer | Integer. |
| None | Undefined type. |
| Real | Real. |
| Text | Text. |
| Unclassified | Unclassified type. |
| UserEnumeration | User defined enumeration (available since v7.12). |