IFCExtrusionCreationDataHasCustomAxis Property |
Identifies if the data contains a custom extrusion axis.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool HasCustomAxis { get; }
Public ReadOnly Property HasCustomAxis As Boolean
Get
public:
property bool HasCustomAxis {
bool get ();
}
member HasCustomAxis : bool with get
Property Value
Boolean
See Also