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


IGlobeViewUtil.SetTargetAtCenter Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeViewUtil Interface > IGlobeViewUtil.SetTargetAtCenter Method
ArcGIS Developer Help

IGlobeViewUtil.SetTargetAtCenter Method

Sets the camera target at the center of the globe.

[Visual Basic .NET]
Public Sub SetTargetAtCenter ( _
)
[C#]
public void SetTargetAtCenter (
);
[C++]
HRESULT SetTargetAtCenter(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeViewUtil Interface