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


IARGlobe.ZoomToFullExtent 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.ZoomToFullExtent Method
ArcGIS Developer Help

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