ESRI.ArcGIS.ADF.Local | |
BaseTool Class | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace : BaseTool Class |
Visual Basic (Declaration) | |
---|---|
Public MustInherit Class BaseTool Inherits BaseCommand Implements ICommand, ITool |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public abstract class BaseTool : BaseCommand, ICommand, ITool |
Note to inheritors: You must override the OnCreate method, inherited
from BaseCommand. Generally you will also override the OnMouseDown, OnMouseMove
and/or OnMouseUp methods of the BaseTool and in those members perform the main
actions of your custom tool class.
ESRI.ArcGIS.ADF.BaseClasses.BaseCommand
ESRI.ArcGIS.ADF.BaseClasses.BaseTool