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.QueryViewingPlatformMBB Method (ArcObjects .NET 10.5 SDK) |
Returns the viewing parameters corresponding to the given extent.
[Visual Basic .NET] Public Sub QueryViewingPlatformMBB ( _ ByVal pExtent As IEnvelope, _ ByRef pNearPlane As Double, _ ByRef pFarPlane As Double, _ ByRef pAngle As Double, _ ByRef pAspect As Double _ )
[C#] public void QueryViewingPlatformMBB ( IEnvelope pExtent, ref double pNearPlane, ref double pFarPlane, ref double pAngle, ref double pAspect );
[C++]
HRESULT QueryViewingPlatformMBB(
IEnvelope* pExtent,
double* pNearPlane,
double* pFarPlane,
double* pAngle,
double* pAspect
);
[C++]
Parameters pExtent [in]
pExtent is a parameter of type IEnvelope pNearPlane [out] pNearPlane is a parameter of type double pFarPlane [out] pFarPlane is a parameter of type double pAngle [out] pAngle is a parameter of type double pAspect [out] pAspect is a parameter of type double