C# 클래스 ArcStrabo10.ComboBoxLayerSelector

상속: ESRI.ArcGIS.Desktop.AddIns.ComboBox
파일 보기 프로젝트 열기: usc-isi-i2/strabo-arcstrabo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
selected_layer_name string

공개 메소드들

메소드 설명
ComboBoxLayerSelector ( ) : System
GetSelectedLayer ( ) : IRasterLayer

보호된 메소드들

메소드 설명
OnSelChange ( int cookie ) : void
OnUpdate ( ) : void

비공개 메소드들

메소드 설명
AddItem ( string itemName, IRasterLayer layer ) : void
ClearAll ( ) : void
GetLayerNameComboBox ( ) : ComboBoxLayerSelector

메소드 상세

ComboBoxLayerSelector() 공개 메소드

public ComboBoxLayerSelector ( ) : System
리턴 System

GetSelectedLayer() 공개 메소드

public GetSelectedLayer ( ) : IRasterLayer
리턴 IRasterLayer

OnSelChange() 보호된 메소드

protected OnSelChange ( int cookie ) : void
cookie int
리턴 void

OnUpdate() 보호된 메소드

protected OnUpdate ( ) : void
리턴 void

프로퍼티 상세

selected_layer_name 공개적으로 프로퍼티

public string selected_layer_name
리턴 string