Captured Projected Y coordinate for panning line.


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

Syntax

Visual Basic (Declaration)
Private m_Panning_CaptureY As Double
C#
private double m_Panning_CaptureY;
C++
private:
 double m_Panning_CaptureY sealed ;
J#
private double m_Panning_CaptureY
JScript
private m_Panning_CaptureY : double;

See Also