C# Class DynamicBiking.DynamicBikingSpeedCmd

Inheritance: BaseCommand, IToolControl
Show file Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

DynamicBikingSpeedCmd() public method

public DynamicBikingSpeedCmd ( ) : System
return System

OnClick() public method

Occurs when this command is clicked
public OnClick ( ) : void
return void

OnCreate() public method

Occurs when this command is created
public OnCreate ( object hook ) : void
hook object Instance of the application
return void

OnDrop() public method

public OnDrop ( esriCmdBarType barType ) : bool
barType esriCmdBarType
return bool

OnFocus() public method

public OnFocus ( ICompletionNotify complete ) : void
complete ICompletionNotify
return void