The real number that represents the scale of this transformation.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2021
Syntax
| C# |
|---|
public double Scale { get; set; } |
| Visual Basic |
|---|
Public Property Scale As Double Get Set |
| Visual C++ |
|---|
public: property double Scale { double get (); void set (double value); } |