Enumerations | |
enum | PropertyType { PropertyType_Undefined = 0, PropertyType_Double = 1, PropertyType_String = 2, PropertyType_Angle = 3, PropertyType_Area = 4, PropertyType_Boolean = 5, PropertyType_Enumeration = 6, PropertyType_Integer = 7, PropertyType_Length = 8, PropertyType_Logical = 9, PropertyType_Mass = 10, PropertyType_Volume = 11 } |
An enumeration type for supported property types. More... | |
enum PropertyType |
An enumeration type for supported property types.
Enumerator | |
---|---|
PropertyType_Undefined | Property type is undefined. |
PropertyType_Double | Property is a double value. |
PropertyType_String | Property is a string. |
PropertyType_Angle | Property is an angle. |
PropertyType_Area | Property is an area. |
PropertyType_Boolean | Property is a boolean value. |
PropertyType_Enumeration | Property is an enumeration. |
PropertyType_Integer | Property is an integer value. |
PropertyType_Length | Property is a length. |
PropertyType_Logical | Property is a value of Logical type. |
PropertyType_Mass | Property is a mass. |
PropertyType_Volume | Property is a volume. |