ArcObjects Library Reference (PublisherControls)  

IARGlobe.ZoomToFullExtent Method

Zoom to the full extent of the globe.

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Changes the ARGlobe's viewing extent to show the full extent of all data layers, causing the observer location to change. The ZoomToFullExtent method automatically refreshes the ARGlobe display area.

See Also

IARGlobe Interface