C# 클래스 AttributeQuery.AttributeQuery

Summary description for Form1.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 메소드들

메소드 설명
AttributeQuery ( ) : System
IsDecimal ( string theValue ) : bool

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AttributeQuery() 공개 메소드

public AttributeQuery ( ) : System
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

IsDecimal() 공개 정적인 메소드

public static IsDecimal ( string theValue ) : bool
theValue string
리턴 bool