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.SetDefaultsSphere Method (ArcObjects .NET 10.5 SDK) |
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