C# Class ArcStrabo10.ComboBoxLayerSelector

Inheritance: ESRI.ArcGIS.Desktop.AddIns.ComboBox
Afficher le fichier Open project: usc-isi-i2/strabo-arcstrabo Class Usage Examples

Méthodes publiques

Свойство Type Description
selected_layer_name string

Méthodes publiques

Méthode Description
ComboBoxLayerSelector ( ) : System
GetSelectedLayer ( ) : IRasterLayer

Méthodes protégées

Méthode Description
OnSelChange ( int cookie ) : void
OnUpdate ( ) : void

Private Methods

Méthode Description
AddItem ( string itemName, IRasterLayer layer ) : void
ClearAll ( ) : void
GetLayerNameComboBox ( ) : ComboBoxLayerSelector

Method Details

ComboBoxLayerSelector() public méthode

public ComboBoxLayerSelector ( ) : System
Résultat System

GetSelectedLayer() public méthode

public GetSelectedLayer ( ) : IRasterLayer
Résultat IRasterLayer

OnSelChange() protected méthode

protected OnSelChange ( int cookie ) : void
cookie int
Résultat void

OnUpdate() protected méthode

protected OnUpdate ( ) : void
Résultat void

Property Details

selected_layer_name public_oe property

public string selected_layer_name
Résultat string