Moves the observer over the specified point.
[Visual Basic 6.0] Sub CenterAt(
ByVal longitude As Double, _
ByVal latitude As Double _
) As Empty
[Visual Basic .NET] Public Sub CenterAt ( _ ByVal longitude As Double, _ ByVal latitude As Double _ )
[C#] public void CenterAt ( double longitude, double latitude );
The CenterAt method positions the supplied geographic coordinates in the center of the ARGlobe display area. ARGlobe::Pitch and ARGlobe::Elevation remain unchanged.