C# Class AttributeQuery.AttributeQuery

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

Public Methods

Method Description
AttributeQuery ( ) : System
IsDecimal ( string theValue ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ARFeatureValueAsString ( ARFeature pARFeature, int pFieldNameIndex ) : string
ARPopulateComboWithMapLayers ( ComboBox Layers, System LayersIndex ) : void
AttributeQuery_Load ( object sender, System e ) : void
DataType_Click ( object sender, System e ) : void
EnableFailHighlightTools ( bool EnabledState ) : void
EnableMapTools ( bool EnabledState ) : void
EnableMeetHighlightTools ( bool EnabledState ) : void
EnableSearchTools ( bool EnabledState ) : void
InitializeComponent ( ) : void

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

Main ( ) : void
MixedControls_Click ( object sender, System e ) : void
MixedDisplayResults_Click ( object sender, System e ) : void
PopulateFields ( bool bIsStringField ) : void
PopulateFlexGrids ( System.Windows.Forms.DataGridView pDataGrid, ARFeatureSet arFeatureSet ) : void
PopulateInverseOperators ( ) : void
PopulateOperators ( bool bIsStringField ) : void
cboLayers_SelectedIndexChanged ( object sender, System e ) : void
cmdFullExtent_Click ( object sender, System e ) : void
cmdOpen_Click ( object sender, System e ) : void
cmdQuery_Click ( object sender, System e ) : void
txtValue_TextChanged ( object sender, System e ) : void

Method Details

AttributeQuery() public method

public AttributeQuery ( ) : System
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

IsDecimal() public static method

public static IsDecimal ( string theValue ) : bool
theValue string
return bool