Enum ParameterType
Defines the various types of parameter entities.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 6, 0, 0)]
public enum ParameterType
Remarks
This enum is available since v7.6.
Fields
| Name | Description |
|---|---|
| Boolean | Boolean. |
| Code | Code. |
| Color | Color. |
| DateTime | Date. |
| Enumeration | Enumeration. |
| Family | Family. |
| Integer | Integer. |
| None | Not a parameter. |
| Real | Real. |
| Text | Text. |
| Tolerance | User enumeration. |
| Unclassified | Unclassified type. |
| UserEnumeration | User enumeration. |