This document is archived and information here might be outdated. Recommended version. |
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 [in]
MapExtent is a parameter of type IEnvelope* MapExtent [out, retval]
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.