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


ILegendItem3.ReferenceScaleRatio Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendItem3 Interface > ILegendItem3.ReferenceScaleRatio Property
ArcGIS Developer Help

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILegendItem3 Interface