C# Class RoutingSample.RoutingCommand

Inheritance: BaseCommand
ファイルを表示 Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
OnClick ( ) : void
OnCreate ( object hook ) : void
RoutingCommand ( ) : System

Private Methods

Method Description
ArcGISCategoryRegistration ( Type registerType ) : void
ArcGISCategoryUnregistration ( Type registerType ) : void
RegisterFunction ( Type registerType ) : void
SetWindowLong ( int hwnd, int nIndex, int dwNewLong ) : int
UnregisterFunction ( Type registerType ) : void

Method Details

OnClick() public method

public OnClick ( ) : void
return void

OnCreate() public method

public OnCreate ( object hook ) : void
hook object
return void

RoutingCommand() public method

public RoutingCommand ( ) : System
return System