Revit 2026 API
IFCExtrusion |
Identifies if the data contains a custom extrusion axis.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasCustomAxis { get; }
Public ReadOnly Property HasCustomAxis As Boolean Get
public: property bool HasCustomAxis { bool get (); }
member HasCustomAxis : bool with get
Property Value
BooleanSee Also