Gets or sets the extent of the current map view

Namespace:  ESRI.ADF.UI
 

Syntax

function get_extent () : Envelope
function set_extent (value : Envelope)

Remarks

When setting the extent, the extent may be adjusted to fit the maps aspect ratio and scale levels. You can check the extent property to get the adjusted extent after setting it.

See Also