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


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

IARMap.GetFullExtent Method

The extent of all the data within the map.

[Visual Basic .NET]
Public Sub GetFullExtent ( _
    ByRef xMin As Double, _
    ByRef yMin As Double, _
    ByRef xMax As Double, _
    ByRef yMax As Double _
)
[C#]
public void GetFullExtent (
    ref double xMin,
    ref double yMin,
    ref double xMax,
    ref double yMax
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns the xmin, ymin, xmax and ymax coordinates of the full extent of all data layers in the ARMap in MapUnits.

See Also

IARMap Interface | IARMap.SetExtent Method | IARMap.GetExtent Method | IARMap.ZoomToFullExtent Method