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


ILegendItem3.ReferenceScaleRatio Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILegendItem3.ReferenceScaleRatio Property

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.

See Also

ILegendItem3 Interface