C# Class ArcStrabo10.ComboBoxLayerSelector

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

Public Properties

Property Type Description
selected_layer_name string

Public Methods

Method Description
ComboBoxLayerSelector ( ) : System
GetSelectedLayer ( ) : IRasterLayer

Protected Methods

Method Description
OnSelChange ( int cookie ) : void
OnUpdate ( ) : void

Private Methods

Method Description
AddItem ( string itemName, IRasterLayer layer ) : void
ClearAll ( ) : void
GetLayerNameComboBox ( ) : ComboBoxLayerSelector

Method Details

ComboBoxLayerSelector() public method

public ComboBoxLayerSelector ( ) : System
return System

GetSelectedLayer() public method

public GetSelectedLayer ( ) : IRasterLayer
return IRasterLayer

OnSelChange() protected method

protected OnSelChange ( int cookie ) : void
cookie int
return void

OnUpdate() protected method

protected OnUpdate ( ) : void
return void

Property Details

selected_layer_name public property

public string selected_layer_name
return string