C# Класс sceneTools.SelectGraphics

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

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

Метод Описание
Deactivate ( ) : bool
OnCreate ( object hook ) : void
OnMouseUp ( int Button, int Shift, int X, int Y ) : void
SelectGraphics ( ) : 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

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

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

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

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

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

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

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

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

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