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