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


IDisplayTransformationScales.CalculateScale Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayTransformationScales Interface > IDisplayTransformationScales.CalculateScale Method
ArcGIS Developer Help

IDisplayTransformationScales.CalculateScale Method

Calculate the scale of the specified extent.

[Visual Basic .NET]
Public Function CalculateScale ( _
    ByVal extent As IEnvelope _
) As Double
[C#]
public double CalculateScale (
    IEnvelope extent
);
[C++]
HRESULT CalculateScale(
  IEnvelope* extent
);
[C++]
Parameters
extent [in]

extent is a parameter of type IEnvelope*

Product Availability

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

See Also

IDisplayTransformationScales Interface