Used in operations to specify the primitive type of an IFCData.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Syntax
| C# |
|---|
public enum IFCDataPrimitiveType |
| Visual Basic |
|---|
Public Enumeration IFCDataPrimitiveType |
| Visual C++ |
|---|
public enum class IFCDataPrimitiveType |
Members
| Member name | Description |
|---|---|
| Integer | Integer. |
| Double | Double. |
| Boolean | Boolean. |
| Logical | IFCLogical type. |
| String | String. |
| Binary | Binary. When reading or writing an IFCData of primitive type Binary, the value will be the string representation of the binary value as seen in the IFC specification. |
| Enumeration | Enumeration. When reading or writing an IFCData of primitive type Enumeration, the value will be the string representation of the enumeration value as seen in the IFC specification. |
| Instance | Represents IFCAnyHandle. |
| Aggregate | Represents IFCAggregate. |
| Unknown | Unknown. |