Returns orthographic projection viewing parameters corresponding to the given extent.
[Visual Basic .NET] Public Sub QueryOrthoViewingPlatform ( _ ByVal pInExtent As IEnvelope, _ ByVal pOutExtent As IEnvelope, _ ByRef pScale As Double _ )
[C#] public void QueryOrthoViewingPlatform ( IEnvelope pInExtent, IEnvelope pOutExtent, ref double pScale );
[C++]
HRESULT QueryOrthoViewingPlatform(
IEnvelope* pInExtent,
IEnvelope* pOutExtent,
double* pScale
);
[C++]Parameters
pInExtent [in]pInExtent is a parameter of type IEnvelope
pOutExtent [in]pOutExtent is a parameter of type IEnvelope
pScale [out] pScale is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.