Revit 2025.3 API
IFCExtrusion |
The length of the extrusion, scaled in the units of the export.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double ScaledExtrusionLength { get; set; }
Public Property ScaledExtrusionLength As Double Get Set
public: property double ScaledExtrusionLength { double get (); void set (double value); }
member ScaledExtrusionLength : float with get, set
Property Value
DoubleSee Also