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