C# 클래스 GlobeNavigation.Navigation

Summary description for Form1.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Navigation ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

Navigation() 공개 메소드

public Navigation ( ) : System
리턴 System

프로퍼티 상세

Label1 공개적으로 프로퍼티

public Label,System.Windows.Forms Label1
리턴 System.Windows.Forms.Label

chkSpin 공개적으로 프로퍼티

public CheckBox,System.Windows.Forms chkSpin
리턴 System.Windows.Forms.CheckBox

cmdFullExtent 공개적으로 프로퍼티

public Button,System.Windows.Forms cmdFullExtent
리턴 System.Windows.Forms.Button

cmdLoadDocument 공개적으로 프로퍼티

public Button,System.Windows.Forms cmdLoadDocument
리턴 System.Windows.Forms.Button

cmdZoomIn 공개적으로 프로퍼티

public Button,System.Windows.Forms cmdZoomIn
리턴 System.Windows.Forms.Button

cmdZoomOut 공개적으로 프로퍼티

public Button,System.Windows.Forms cmdZoomOut
리턴 System.Windows.Forms.Button

lblLoad 공개적으로 프로퍼티

public Label,System.Windows.Forms lblLoad
리턴 System.Windows.Forms.Label

lblNavigate 공개적으로 프로퍼티

public Label,System.Windows.Forms lblNavigate
리턴 System.Windows.Forms.Label

lblZoom 공개적으로 프로퍼티

public Label,System.Windows.Forms lblZoom
리턴 System.Windows.Forms.Label

optTools0 공개적으로 프로퍼티

public RadioButton,System.Windows.Forms optTools0
리턴 System.Windows.Forms.RadioButton

optTools1 공개적으로 프로퍼티

public RadioButton,System.Windows.Forms optTools1
리턴 System.Windows.Forms.RadioButton