This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerTransformationProperties Interface > IAnnotateLayerTransformationProperties.ScaleRatio Property (ArcObjects .NET 10.5 SDK) |
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
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.