C# Class GlobeNavigation.Navigation

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

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Navigation ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Navigation() public méthode

public Navigation ( ) : System
Résultat System

Property Details

Label1 public_oe property

public Label,System.Windows.Forms Label1
Résultat System.Windows.Forms.Label

chkSpin public_oe property

public CheckBox,System.Windows.Forms chkSpin
Résultat System.Windows.Forms.CheckBox

cmdFullExtent public_oe property

public Button,System.Windows.Forms cmdFullExtent
Résultat System.Windows.Forms.Button

cmdLoadDocument public_oe property

public Button,System.Windows.Forms cmdLoadDocument
Résultat System.Windows.Forms.Button

cmdZoomIn public_oe property

public Button,System.Windows.Forms cmdZoomIn
Résultat System.Windows.Forms.Button

cmdZoomOut public_oe property

public Button,System.Windows.Forms cmdZoomOut
Résultat System.Windows.Forms.Button

lblLoad public_oe property

public Label,System.Windows.Forms lblLoad
Résultat System.Windows.Forms.Label

lblNavigate public_oe property

public Label,System.Windows.Forms lblNavigate
Résultat System.Windows.Forms.Label

lblZoom public_oe property

public Label,System.Windows.Forms lblZoom
Résultat System.Windows.Forms.Label

optTools0 public_oe property

public RadioButton,System.Windows.Forms optTools0
Résultat System.Windows.Forms.RadioButton

optTools1 public_oe property

public RadioButton,System.Windows.Forms optTools1
Résultat System.Windows.Forms.RadioButton