C# Class Query.SpatialQuery

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

Public Properties

Property Type Description
Frame1 System.Windows.Forms.GroupBox
Label2 System.Windows.Forms.Label
Label3 System.Windows.Forms.Label
Label5 System.Windows.Forms.Label
Label6 System.Windows.Forms.Label
cmdFeature0 System.Windows.Forms.Button
cmdFeature1 System.Windows.Forms.Button
cmdFeature2 System.Windows.Forms.Button
cmdFeature3 System.Windows.Forms.Button
cmdFeatureSet0 System.Windows.Forms.Button
cmdFeatureSet1 System.Windows.Forms.Button
cmdFullExtent System.Windows.Forms.Button
cmdLoad System.Windows.Forms.Button
cmdQuery System.Windows.Forms.Button
lblRecords System.Windows.Forms.Label
optTool0 System.Windows.Forms.RadioButton
optTool1 System.Windows.Forms.RadioButton
optTool2 System.Windows.Forms.RadioButton

Public Methods

Method Description
SpatialQuery ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CurrentTool_Click ( object sender, System e ) : void
Form1_Closing ( object sender, System e ) : 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
UpdateValueDisplay ( ) : void
axArcReaderControl1_OnCurrentViewChanged ( object sender, ESRI e ) : void
cmdFeatureSet_Click ( object sender, System e ) : void
cmdFeature_Click ( object sender, System e ) : void
cmdFullExtent_Click ( object sender, System e ) : void
cmdLoad_Click ( object sender, System e ) : void
cmdQuery_Click ( 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

SpatialQuery() public method

public SpatialQuery ( ) : System
return System

Property Details

Frame1 public_oe property

public GroupBox,System.Windows.Forms Frame1
return System.Windows.Forms.GroupBox

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

Label5 public_oe property

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

Label6 public_oe property

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

cmdFeature0 public_oe property

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

cmdFeature1 public_oe property

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

cmdFeature2 public_oe property

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

cmdFeature3 public_oe property

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

cmdFeatureSet0 public_oe property

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

cmdFeatureSet1 public_oe property

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

cmdFullExtent public_oe property

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

cmdLoad public_oe property

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

cmdQuery public_oe property

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

lblRecords public_oe property

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

optTool0 public_oe property

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

optTool1 public_oe property

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

optTool2 public_oe property

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