C# 클래스 GlobeCntrlAnimation.Form1

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

공개 프로퍼티들

프로퍼티 타입 설명
CmdLoad System.Windows.Forms.Button
CmdPlay System.Windows.Forms.Button
FrmAnim System.Windows.Forms.GroupBox
Label1 System.Windows.Forms.Label
OptDuration System.Windows.Forms.RadioButton
OptIteration System.Windows.Forms.RadioButton
TxtFrequency System.Windows.Forms.TextBox
lblStatus System.Windows.Forms.Label
txtDuration System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
Form1 ( ) : ESRI.ArcGIS.esriSystem

보호된 메소드들

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

비공개 메소드들

메소드 설명
CmdLoad_Click ( object sender, System e ) : void
CmdPlay_Click ( object sender, System e ) : void
Form1_Load ( object sender, System e ) : void
Greatest ( int &array ) : int
InitializeComponent ( ) : void

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

Main ( ) : void
OptDuration_CheckedChanged ( object sender, System e ) : void
OptIteration_CheckedChanged ( object sender, System e ) : void
PlayAnimation ( double duration, int numCycles ) : void
PlayAnimationFast ( int cycles, int iteration ) : void
axToolbarControl1_OnItemClick ( object sender, ESRI e ) : void
routin_ReadRegistry ( string sKey ) : string

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Form1() 공개 메소드

public Form1 ( ) : ESRI.ArcGIS.esriSystem
리턴 ESRI.ArcGIS.esriSystem

프로퍼티 상세

CmdLoad 공개적으로 프로퍼티

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

CmdPlay 공개적으로 프로퍼티

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

FrmAnim 공개적으로 프로퍼티

public GroupBox,System.Windows.Forms FrmAnim
리턴 System.Windows.Forms.GroupBox

Label1 공개적으로 프로퍼티

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

OptDuration 공개적으로 프로퍼티

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

OptIteration 공개적으로 프로퍼티

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

TxtFrequency 공개적으로 프로퍼티

public TextBox,System.Windows.Forms TxtFrequency
리턴 System.Windows.Forms.TextBox

lblStatus 공개적으로 프로퍼티

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

txtDuration 공개적으로 프로퍼티

public TextBox,System.Windows.Forms txtDuration
리턴 System.Windows.Forms.TextBox