This document is archived and information here might be outdated. Recommended version. |
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*