Returns the current extents visible in the map.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Public Property DisplayExtents As Envelope
C#
public Envelope DisplayExtents { get; set; }
C++
public property Envelope DisplayExtents sealed  {
    Envelope get();
    void set(Envelope value);
}
J#
/** property */
public Envelope get_DisplayExtents();

/** property */
public void set_DisplayExtents(Envelope value);
JScript
public function get DisplayExtents() : Envelope

public function set DisplayExtents(value : Envelope);

See Also