ArcObjects Library Reference (Display)  

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