ArcObjects Library Reference (3DAnalyst)  

ICamera.SetDefaultsSphere Method

Positions camera so that the entire given spherical extent can be seen.

[Visual Basic .NET]
Public Sub SetDefaultsSphere ( _
    ByVal pCenter As IPoint, _
    ByVal radius As Double _
)
[C#]
public void SetDefaultsSphere (
    IPoint pCenter,
    double radius
);
[C++]
HRESULT SetDefaultsSphere(
  IPoint* pCenter,
  double radius
);
[C++]

Parameters

pCenter [in]

  pCenter is a parameter of type IPoint

radius [in]   radius 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