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


ICamera.QueryOrthoViewingPlatform Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ICamera.QueryOrthoViewingPlatform Method

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.

See Also

ICamera Interface