C# Class SceneNavigateAndBookmarks.SceneNavigateAndBookmarks

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

Public Properties

Property Type Description
Label1 System.Windows.Forms.Label
Label2 System.Windows.Forms.Label
Label3 System.Windows.Forms.Label
Label4 System.Windows.Forms.Label
Label5 System.Windows.Forms.Label
Line1 System.Windows.Forms.Label
Line2 System.Windows.Forms.Label
Line3 System.Windows.Forms.Label
chkNavigate System.Windows.Forms.CheckBox
chkRotate System.Windows.Forms.CheckBox
cmdBrowse System.Windows.Forms.Button
cmdCaptureBookmark System.Windows.Forms.Button
cmdLoad System.Windows.Forms.Button
lstBookmarks System.Windows.Forms.ListBox
txtFileName System.Windows.Forms.TextBox
txtNewBookmarkName System.Windows.Forms.TextBox

Public Methods

Method Description
SceneNavigateAndBookmarks ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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
UpdateBookmarks ( ) : void
chkNavigate_CheckedChanged ( object sender, System e ) : void
chkRotate_CheckedChanged ( object sender, System e ) : void
cmdBrowse_Click ( object sender, System e ) : void
cmdCaptureBookmark_Click ( object sender, System e ) : void
cmdLoad_Click ( object sender, System e ) : void
lstBookmarks_SelectedIndexChanged ( 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

SceneNavigateAndBookmarks() public method

public SceneNavigateAndBookmarks ( ) : System
return System

Property Details

Label1 public_oe property

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

Label2 public_oe property

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

Label3 public_oe property

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

Label4 public_oe property

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

Label5 public_oe property

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

Line1 public_oe property

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

Line2 public_oe property

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

Line3 public_oe property

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

chkNavigate public_oe property

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

chkRotate public_oe property

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

cmdBrowse public_oe property

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

cmdCaptureBookmark public_oe property

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

cmdLoad public_oe property

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

lstBookmarks public_oe property

public ListBox,System.Windows.Forms lstBookmarks
return System.Windows.Forms.ListBox

txtFileName public_oe property

public TextBox,System.Windows.Forms txtFileName
return System.Windows.Forms.TextBox

txtNewBookmarkName public_oe property

public TextBox,System.Windows.Forms txtNewBookmarkName
return System.Windows.Forms.TextBox