Revit 2025.3 API
IFCExtrusion |
Identifies if the data contains a custom extrusion axis.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.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