The full extent rectangle.
[Visual Basic 6.0] Property FullExtent As IEnvelope
[Visual Basic .NET] Public Property FullExtent As IEnvelope
[C#] public IEnvelope FullExtent {get; set;}
[Java] public getFullExtent ( IEnvelope Extent )
[Java] public void setFullExtent( IEnvelope Extent ) throws IOException, AutomationException
[C++] HRESULT get_FullExtent( IEnvelope** Extent );
[C++] HRESULT put_FullExtent( IEnvelope* Extent);
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