The ratio calculated by dividing the map reference scale by the map scale. Allows legend symbols to honor the map's reference scale.
[Visual Basic .NET] Public Property ReferenceScaleRatio As Double
[C#] public double ReferenceScaleRatio {get; set;}
[C++]
HRESULT get_ReferenceScaleRatio(
double* ratio
);
[C++]
HRESULT put_ReferenceScaleRatio(
double ratio
);
[C++]Parameters
ratio [out, retval] ratio is a parameter of type double ratio [in] ratio is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.