Revit 2025.3 API
IFCExtrusion |
The width of the extrusion, scaled to the units of export.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double ScaledWidth { get; set; }
Public Property ScaledWidth As Double Get Set
public: property double ScaledWidth { double get (); void set (double value); }
member ScaledWidth : float with get, set
Property Value
DoubleZero if the width has never been set on this object.
See Also