This document is archived and information here might be outdated. Recommended version. |
The full extent rectangle.
[Visual Basic .NET] Public Property FullExtent As IEnvelope
[C#] public IEnvelope FullExtent {get; set;}
[C++]
HRESULT get_FullExtent(
IEnvelope** Extent
);
[C++]
HRESULT put_FullExtent(
IEnvelope* Extent
);
[C++] Parameters Extent [out, retval]
Extent is a parameter of type IEnvelope** Extent [in]
Extent is a parameter of type IEnvelope*
The full extent of the view. In ArcMap's data view, the full extent is the full extent of all layers and it is automatically calculated whenever the spatial reference changes and when layers are added or removed with AddLayer, AddLayers, or DeleteLayer. In layout view, the full extent is the page size expanded some and it is automatically set whenever the page size changes.
This property is a shortcut to the bounds of the ActiveView's ScreenDisplay (accessed via IDisplayTransformation::Bounds) .
IActiveView Interface | IActiveView.FullExtent Property | IDisplayTransformation.Bounds Property