C# Класс DynamicBiking.DynamicBikingSpeedCmd

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

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

Метод Описание
DynamicBikingSpeedCmd ( ) : System
OnClick ( ) : void

Occurs when this command is clicked

OnCreate ( object hook ) : void

Occurs when this command is created

OnDrop ( esriCmdBarType barType ) : bool
OnFocus ( ICompletionNotify complete ) : void

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

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

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

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

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

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

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

Occurs when this command is clicked
public OnClick ( ) : void
Результат void

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

Occurs when this command is created
public OnCreate ( object hook ) : void
hook object Instance of the application
Результат void

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

public OnDrop ( esriCmdBarType barType ) : bool
barType esriCmdBarType
Результат bool

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

public OnFocus ( ICompletionNotify complete ) : void
complete ICompletionNotify
Результат void