C# Class GlobeNavigation.Navigation

Summary description for Form1.
Inheritance: System.Windows.Forms.Form
Mostra file Open project: Esri/arcobjects-sdk-community-samples

Public Properties

Property Type Description
Label1 System.Windows.Forms.Label
chkSpin System.Windows.Forms.CheckBox
cmdFullExtent System.Windows.Forms.Button
cmdLoadDocument System.Windows.Forms.Button
cmdZoomIn System.Windows.Forms.Button
cmdZoomOut System.Windows.Forms.Button
lblLoad System.Windows.Forms.Label
lblNavigate System.Windows.Forms.Label
lblZoom System.Windows.Forms.Label
optTools0 System.Windows.Forms.RadioButton
optTools1 System.Windows.Forms.RadioButton

Public Methods

Method Description
Navigation ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CalculateMoveFactors ( double dist ) : void
Form1_Load ( object sender, System e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Main ( ) : void
MixedControls_Click ( object sender, System e ) : void
TrackBar1_Scroll ( object sender, System e ) : void
axGlobeControl1_OnMouseDown ( object sender, ESRI e ) : void
axGlobeControl1_OnMouseMove ( object sender, ESRI e ) : void
axGlobeControl1_OnMouseUp ( object sender, ESRI e ) : void
chkSpin_Click ( object sender, System e ) : void
cmdFullExtent_Click ( object sender, System e ) : void
cmdLoadDocument_Click ( object sender, System e ) : void
cmdZoomIn_Click ( object sender, System e ) : void
cmdZoomOut_Click ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Navigation() public method

public Navigation ( ) : System
return System

Property Details

Label1 public_oe property

public Label,System.Windows.Forms Label1
return System.Windows.Forms.Label

chkSpin public_oe property

public CheckBox,System.Windows.Forms chkSpin
return System.Windows.Forms.CheckBox

cmdFullExtent public_oe property

public Button,System.Windows.Forms cmdFullExtent
return System.Windows.Forms.Button

cmdLoadDocument public_oe property

public Button,System.Windows.Forms cmdLoadDocument
return System.Windows.Forms.Button

cmdZoomIn public_oe property

public Button,System.Windows.Forms cmdZoomIn
return System.Windows.Forms.Button

cmdZoomOut public_oe property

public Button,System.Windows.Forms cmdZoomOut
return System.Windows.Forms.Button

lblLoad public_oe property

public Label,System.Windows.Forms lblLoad
return System.Windows.Forms.Label

lblNavigate public_oe property

public Label,System.Windows.Forms lblNavigate
return System.Windows.Forms.Label

lblZoom public_oe property

public Label,System.Windows.Forms lblZoom
return System.Windows.Forms.Label

optTools0 public_oe property

public RadioButton,System.Windows.Forms optTools0
return System.Windows.Forms.RadioButton

optTools1 public_oe property

public RadioButton,System.Windows.Forms optTools1
return System.Windows.Forms.RadioButton