ArcObjects Library Reference  (Output)    

IWorldFileSettings.MapExtent Property

The Map Extent.

[Visual Basic 6.0]
Property MapExtent As IEnvelope
[Visual Basic .NET]
Public Property MapExtent As IEnvelope
[C#]
public IEnvelope MapExtent {get; set;}
[Java]
public IEnvelope getMapExtent()
throws
    IOException,
    AutomationException
[Java]
public void setMapExtent(
IEnvelope pEnvelope
)
throws
    IOException,
    AutomationException
[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.

See Also

IWorldFileSettings Interface

 


Feedback Send feedback on this page