Current extents percentage that a zoom operation will affect the map with.


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

Syntax

Visual Basic (Declaration)
Private m_ZoomPercent As Single
C#
private float m_ZoomPercent;
C++
private:
 float m_ZoomPercent sealed ;
J#
private float m_ZoomPercent
JScript
private m_ZoomPercent : float;

See Also