Revit 2023 API |
IFCData..::..PrimitiveType Property |
IFCData Class See Also |
The primitive data type.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public IFCDataPrimitiveType PrimitiveType { get; set; } |
Visual Basic |
---|
Public Property PrimitiveType As IFCDataPrimitiveType Get Set |
Visual C++ |
---|
public: property IFCDataPrimitiveType PrimitiveType { IFCDataPrimitiveType get (); void set (IFCDataPrimitiveType value); } |
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |