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


IMapContext.ReferenceScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMapContext Interface > IMapContext.ReferenceScale Property
ArcGIS Developer Help

IMapContext.ReferenceScale Property

The reference scale of the map.

[Visual Basic .NET]
Public ReadOnly Property ReferenceScale As Double
[C#]
public double ReferenceScale {get;}
[C++]
HRESULT get_ReferenceScale(
  System.Double* refScale
);
[C++]
Parameters
refScale [out, retval]

refScale is a parameter of type double*

Product Availability

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

See Also

IMapContext Interface