This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.QueryOrthoViewingPlatform Method (ArcObjects .NET 10.5 SDK) |
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