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


ICamera.QueryViewingPlatformSphere 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.QueryViewingPlatformSphere Method
ArcGIS Developer Help

ICamera.QueryViewingPlatformSphere Method

Returns the viewing parameters corresponding to the given spherical extent.

[Visual Basic .NET]
Public Sub QueryViewingPlatformSphere ( _
    ByVal pCenter As IPoint, _
    ByVal radius As Double, _
    ByRef pNearPlane As Double, _
    ByRef pFarPlane As Double, _
    ByRef pAngle As Double, _
    ByRef pAspect As Double _
)
[C#]
public void QueryViewingPlatformSphere (
    IPoint pCenter,
    double radius,
    ref double pNearPlane,
    ref double pFarPlane,
    ref double pAngle,
    ref double pAspect
);
[C++]
HRESULT QueryViewingPlatformSphere(
  IPoint* pCenter,
  double radius,
  System.Double* pNearPlane,
  System.Double* pFarPlane,
  System.Double* pAngle,
  System.Double* pAspect
);
[C++]
Parameters
pCenter [in]

pCenter is a parameter of type IPoint* radius [in]
radius is a parameter of type double 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*

Product Availability

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

See Also

ICamera Interface