ArcObjects Library Reference (3DAnalyst)  

ICamera.CanSeeSphere Method

Indicates if the camera can see any portion of the given sphere.

[Visual Basic .NET]
Public Function CanSeeSphere ( _
    ByVal pCenter As IPoint, _
    ByVal radius As Double _
) As Boolean
[C#]
public bool CanSeeSphere (
    IPoint pCenter,
    double radius
);
[C++]
HRESULT CanSeeSphere(
  IPoint* pCenter,
  double radius,
  VARIANT_BOOL* canSee
);
[C++]

Parameters

pCenter [in]

  pCenter is a parameter of type IPoint

radius [in]   radius is a parameter of type double canSee [out, retval]   canSee is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ICamera Interface