RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Transform2D

Transform2D.Scale

Property
Description:
The real number that represents the scale of the conformal transformation.
Remarks:
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.
Syntax
public double Scale { get; }
Exceptions
Exception Condition
InvalidOperationException This transformation is not conformal and the scale is undefined.