C# Класс SelectCommands.SelectFeatures

Наследование: BaseTool
Показать файл Открыть проект

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

Метод Описание
OnCreate ( object hook ) : void
OnMouseDown ( int Button, int Shift, int X, int Y ) : void
SelectFeatures ( ) : System

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

Метод Описание
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.

RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void

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

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

public OnCreate ( object hook ) : void
hook object
Результат void

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

public OnMouseDown ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
Результат void

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

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