This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IW > IWorldFileSettings Interface > IWorldFileSettings.MapExtent Property (ArcObjects .NET 10.5 SDK) |
The Map Extent.
[Visual Basic .NET] Public Property MapExtent As IEnvelope
[C#] public IEnvelope MapExtent {get; set;}
[C++]
HRESULT get_MapExtent(
IEnvelope** MapExtent
);
[C++]
HRESULT put_MapExtent(
IEnvelope* MapExtent
);
[C++]
Parameters MapExtent [out, retval]
MapExtent is a parameter of type IEnvelope MapExtent [in]
MapExtent is a parameter of type IEnvelope
The MapExtent property holds the envelope that will be used during creation of a world file or writing of a GeoTIFF header. Get the map extent envelope from the Extent property IActiveView on a Map object.