C# Класс TOCLayerFilterCS.TOCLayerFilter

Наследование: System.Windows.Forms.UserControl, IContentsView3
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ArcGISCategoryRegistration void
ArcGISCategoryUnregistration void
InitializeComponent void
RefreshList void
RegisterFunction void
SetUpDocumentEvent void
UnregisterFunction void
cboLayerType_SelectedIndexChanged void
tvwLayer_NodeMouseClick void

Открытые методы

Метод Описание
Activate ( int parentHWnd, IMxDocument Document ) : void
AddToSelectedItems ( object item ) : void
BasicActivate ( int parentHWnd, IDocument Document ) : void
Deactivate ( ) : void
Refresh ( object item ) : void
RemoveFromSelectedItems ( object item ) : void
TOCLayerFilter ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
ArcGISCategoryRegistration ( Type registerType ) : void

Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.

ArcGISCategoryUnregistration ( Type registerType ) : void

Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RefreshList ( ) : void
RegisterFunction ( Type registerType ) : void
SetUpDocumentEvent ( IDocument myDocument ) : void
UnregisterFunction ( Type registerType ) : void
cboLayerType_SelectedIndexChanged ( object sender, EventArgs e ) : void
tvwLayer_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

Описание методов

Activate() публичный Метод

public Activate ( int parentHWnd, IMxDocument Document ) : void
parentHWnd int
Document IMxDocument
Результат void

AddToSelectedItems() публичный Метод

public AddToSelectedItems ( object item ) : void
item object
Результат void

BasicActivate() публичный Метод

public BasicActivate ( int parentHWnd, IDocument Document ) : void
parentHWnd int
Document IDocument
Результат void

Deactivate() публичный Метод

public Deactivate ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Refresh() публичный Метод

public Refresh ( object item ) : void
item object
Результат void

RemoveFromSelectedItems() публичный Метод

public RemoveFromSelectedItems ( object item ) : void
item object
Результат void

TOCLayerFilter() публичный Метод

public TOCLayerFilter ( ) : System
Результат System