This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IM > IMapControl4 Interface > IMapControl4.FullExtent Property (ArcObjects .NET 10.4 SDK) |
Rectangular shape that encloses all features of all layers in the Map.
[Visual Basic .NET] Public Property FullExtent As IEnvelope
[C#] public IEnvelope FullExtent {get; set;}
[C++]
HRESULT get_FullExtent(
IEnvelope** FullExtent
);
[C++]
HRESULT put_FullExtent(
IEnvelope* FullExtent
);
[C++]
Parameters FullExtent [out, retval]
FullExtent is a parameter of type IEnvelope FullExtent [in]
FullExtent is a parameter of type IEnvelope
Returns or sets a new envelope object representing the full extent of all the data layers in the Map. The FullExtent property is a shortcut to IDisplayTransformation::Bounds. Setting the FullExtent triggers the IMapControlEvents2::OnFullExtentUpdated event.
1015 800A03F7: The supplied envelope represents is an invalid extent