Revit 2026 API
TransformScale Property |
The real number that represents the scale of the transformation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double Scale { get; }
Public ReadOnly Property Scale As Double Get
public: property double Scale { double get (); }
member Scale : float with get
Property Value
Double
Exception | Condition |
---|---|
InvalidOperationException | Thrown when this transformation is not conformal and the scale is undefined. |

When the transformation is conformal and can be decomposed as the product of
a rigid-body motion, uniform scale and reflection, this property returns the scale
value of the uniform scale transformation.
See Also