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