C# Class sceneTools.Fly

Inheritance: BaseTool
Show file Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
Deactivate ( ) : bool
EndFlight ( ) : void
Flight ( ) : void
Fly ( ) : System
OnCreate ( object hook ) : void
OnKeyDown ( int keyCode, int Shift ) : void
OnKeyUp ( int keyCode, int Shift ) : void
OnMouseMove ( int Button, int Shift, int X, int Y ) : void
OnMouseUp ( int Button, int Shift, int X, int Y ) : void
StartFlight ( ) : 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.

GetClientRect ( int hwnd, Rectangle &lpRect ) : int
RegisterFunction ( Type registerType ) : void
SetCursor ( int hCursor ) : int
UnregisterFunction ( Type registerType ) : void

Method Details

Deactivate() public method

public Deactivate ( ) : bool
return bool

EndFlight() public method

public EndFlight ( ) : void
return void

Flight() public method

public Flight ( ) : void
return void

Fly() public method

public Fly ( ) : System
return System

OnCreate() public method

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

OnKeyDown() public method

public OnKeyDown ( int keyCode, int Shift ) : void
keyCode int
Shift int
return void

OnKeyUp() public method

public OnKeyUp ( int keyCode, int Shift ) : void
keyCode int
Shift int
return void

OnMouseMove() public method

public OnMouseMove ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
return void

OnMouseUp() public method

public OnMouseUp ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
return void

StartFlight() public method

public StartFlight ( ) : void
return void