C# Class PointsAlongLine.PointsAlongLineTool

Inheritance: BaseTool, IShapeConstructorTool, ISketchTool
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode Description
AddPoint ( IPoint point, bool Clone, bool allowUndo ) : void
Deactivate ( ) : bool
OnClick ( ) : void

Occurs when this tool is clicked

OnContextMenu ( int X, int Y ) : bool
OnCreate ( object hook ) : void

Occurs when this tool is created

OnDblClick ( ) : void
OnKeyDown ( int keyCode, int Shift ) : void
OnKeyUp ( int keyCode, int Shift ) : void
OnMouseDown ( int Button, int Shift, int X, int Y ) : void
OnMouseMove ( int Button, int Shift, int X, int Y ) : void
OnMouseUp ( int Button, int Shift, int X, int Y ) : void
PointsAlongLineTool ( ) : System
Refresh ( int hDC ) : void

Private Methods

Méthode 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.

RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void
m_editEvents5_OnShapeConstructorChanged ( ) : void
m_editEvents_OnSketchFinished ( ) : void
m_editEvents_OnSketchModified ( ) : void

Method Details

AddPoint() public méthode

public AddPoint ( IPoint point, bool Clone, bool allowUndo ) : void
point IPoint
Clone bool
allowUndo bool
Résultat void

Deactivate() public méthode

public Deactivate ( ) : bool
Résultat bool

OnClick() public méthode

Occurs when this tool is clicked
public OnClick ( ) : void
Résultat void

OnContextMenu() public méthode

public OnContextMenu ( int X, int Y ) : bool
X int
Y int
Résultat bool

OnCreate() public méthode

Occurs when this tool is created
public OnCreate ( object hook ) : void
hook object Instance of the application
Résultat void

OnDblClick() public méthode

public OnDblClick ( ) : void
Résultat void

OnKeyDown() public méthode

public OnKeyDown ( int keyCode, int Shift ) : void
keyCode int
Shift int
Résultat void

OnKeyUp() public méthode

public OnKeyUp ( int keyCode, int Shift ) : void
keyCode int
Shift int
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
Résultat void

PointsAlongLineTool() public méthode

public PointsAlongLineTool ( ) : System
Résultat System

Refresh() public méthode

public Refresh ( int hDC ) : void
hDC int
Résultat void