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


IGlobeViewUtil.SetTargetAtCenter Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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