C# 클래스 Autorefresh.FormAutoRefresh

파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
FormAutoRefresh ( ) : System
GetAutoOff ( ) : bool
GetAutoOn ( ) : bool
GetMinute ( ) : int
GetSecond ( ) : int
InitializeMinute ( ) : void
InitializeSecond ( ) : void
SetAutoOff ( bool off ) : void
SetAutoOn ( bool on ) : void
SetSchematicInmemoryDiagram ( ISchematicInMemoryDiagram SchMemoryDiag ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
FormAutoRefresh_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

InitializeTimer ( ) : void
IntervalMinute_SelectedIndexChanged ( object sender, EventArgs e ) : void
IntervalSecond_SelectedIndexChanged ( object sender, EventArgs e ) : void
RefreshViewerWindows ( ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonOK_Click ( object sender, EventArgs e ) : void
timerAutoRefresh_Tick ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FormAutoRefresh() 공개 메소드

public FormAutoRefresh ( ) : System
리턴 System

GetAutoOff() 공개 메소드

public GetAutoOff ( ) : bool
리턴 bool

GetAutoOn() 공개 메소드

public GetAutoOn ( ) : bool
리턴 bool

GetMinute() 공개 메소드

public GetMinute ( ) : int
리턴 int

GetSecond() 공개 메소드

public GetSecond ( ) : int
리턴 int

InitializeMinute() 공개 메소드

public InitializeMinute ( ) : void
리턴 void

InitializeSecond() 공개 메소드

public InitializeSecond ( ) : void
리턴 void

SetAutoOff() 공개 메소드

public SetAutoOff ( bool off ) : void
off bool
리턴 void

SetAutoOn() 공개 메소드

public SetAutoOn ( bool on ) : void
on bool
리턴 void

SetSchematicInmemoryDiagram() 공개 메소드

public SetSchematicInmemoryDiagram ( ISchematicInMemoryDiagram SchMemoryDiag ) : void
SchMemoryDiag ISchematicInMemoryDiagram
리턴 void