C# Class VisualizeCameraPath.VisualizeCameraPathForm

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

Public Properties

Property Type Description
animDurationTextBox System.Windows.Forms.TextBox
animTracksListBox System.Windows.Forms.ListBox
camToTargetDirectionCheckBox System.Windows.Forms.CheckBox
generateCamPathCheckBox System.Windows.Forms.CheckBox
generatePathButton System.Windows.Forms.Button
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
numPtsPerSecTextBox System.Windows.Forms.TextBox
panel1 System.Windows.Forms.Panel
playButton System.Windows.Forms.Button
ptsBtwnKframeRadioButton System.Windows.Forms.RadioButton
ptsBtwnKframeTextBox System.Windows.Forms.TextBox
ptsPerSecRadioButton System.Windows.Forms.RadioButton
stopButton System.Windows.Forms.Button
symbolTypeListBox System.Windows.Forms.ListBox

Public Methods

Method Description
VisualizeCameraPathForm ( ) : System
loadSymbolTypes ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

generateCamPathCheckBox_CheckedChanged ( 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

VisualizeCameraPathForm() public method

public VisualizeCameraPathForm ( ) : System
return System

loadSymbolTypes() public method

public loadSymbolTypes ( ) : void
return void

Property Details

animDurationTextBox public_oe property

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

animTracksListBox public_oe property

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

camToTargetDirectionCheckBox public_oe property

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

generateCamPathCheckBox public_oe property

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

generatePathButton public_oe property

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

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

numPtsPerSecTextBox public_oe property

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

panel1 public_oe property

public Panel,System.Windows.Forms panel1
return System.Windows.Forms.Panel

playButton public_oe property

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

ptsBtwnKframeRadioButton public_oe property

public RadioButton,System.Windows.Forms ptsBtwnKframeRadioButton
return System.Windows.Forms.RadioButton

ptsBtwnKframeTextBox public_oe property

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

ptsPerSecRadioButton public_oe property

public RadioButton,System.Windows.Forms ptsPerSecRadioButton
return System.Windows.Forms.RadioButton

stopButton public_oe property

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

symbolTypeListBox public_oe property

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