This document is archived and information here might be outdated.  Recommended version.


IAnnotateLayerTransformationProperties.ScaleRatio Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateLayerTransformationProperties Interface > IAnnotateLayerTransformationProperties.ScaleRatio Property
ArcGIS Developer Help

IAnnotateLayerTransformationProperties.ScaleRatio Property

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(
  System.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.

See Also

IAnnotateLayerTransformationProperties Interface