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


IARGlobe.CenterAt Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobe Interface > IARGlobe.CenterAt Method
ArcGIS Developer Help

IARGlobe.CenterAt Method

Moves the observer over the specified point.

[Visual Basic .NET]
Public Sub CenterAt ( _
    ByVal longitude As Double, _
    ByVal latitude As Double _
)
[C#]
public void CenterAt (
    double longitude,
    double latitude
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The CenterAt method positions the supplied geographic coordinates in the center of the ARGlobe display area.  ARGlobe::Pitch and ARGlobe::Elevation remain unchanged.

See Also

IARGlobe Interface