ArcObjects Library Reference (Output)  

IWorldFileSettings.MapExtent Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IWorldFileSettings Interface

.NET Related Topics

How to initialize a world file with rotation