This document is archived and information here might be outdated. Recommended version. |
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(
System.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