Scale ratio of the transformation. Based on IAnnotationLayerProperties.Extent and Bounds.
[Visual Basic .NET] Public Property ScaleRatio As Double
[C#] public double ScaleRatio {get; set;}
[C++]
HRESULT get_ScaleRatio(
double* Scale
);
[C++]
HRESULT put_ScaleRatio(
double Scale
);
[C++]Parameters
Scale [out, retval] Scale is a parameter of type double Scale [in] Scale is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The ScaleRatio represents the ratio between graphics displayed in the map versus the objects in the real world. In this usage, it is the same as IAnnotateLayerTransformationProperties::ReferenceScale.