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