Revit 2024 API |
IFCExtrusionCreationData..::..ScaledWidth Property |
IFCExtrusionCreationData Class See Also |
The width of the extrusion, scaled to the units of export.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2012
Syntax
C# |
---|
public double ScaledWidth { get; set; } |
Visual Basic |
---|
Public Property ScaledWidth As Double Get Set |
Visual C++ |
---|
public: property double ScaledWidth { double get (); void set (double value); } |