Current extents of the map view.


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

Syntax

Visual Basic (Declaration)
Private m_CurrentExtents As Envelope
C#
private Envelope m_CurrentExtents;
C++
private:
 Envelope m_CurrentExtents sealed ;
J#
private Envelope m_CurrentExtents
JScript
private m_CurrentExtents : Envelope;

See Also