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


ICamera.QueryOrthoViewingPlatform Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.QueryOrthoViewingPlatform Method
ArcGIS Developer Help

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,
  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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ICamera Interface