This document is archived and information here might be outdated.  Recommended version.


IWorldFileSettings.MapExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IW > IWorldFileSettings Interface > IWorldFileSettings.MapExtent Property
ArcGIS Developer Help

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 [in]

MapExtent is a parameter of type IEnvelope* MapExtent [out, retval]
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