C# Class AttributeQuery.AttributeQuery

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

Méthodes publiques

Méthode Description
AttributeQuery ( ) : System
IsDecimal ( string theValue ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public AttributeQuery ( ) : System
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

IsDecimal() public static méthode

public static IsDecimal ( string theValue ) : bool
theValue string
Résultat bool