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