An abstract class designed to provide an efficient way to create new tool classes for ArcGIS. Inherit BaseTool to create a new custom tool. This class derives from the BaseCommand class.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
Public MustInherit Class BaseTool
Inherits BaseCommand
Implements ESRI.ArcGIS.SystemUI.ICommand, ESRI.ArcGIS.SystemUI.ITool |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BaseTool |
C# | |
---|
public abstract class BaseTool : BaseCommand, ESRI.ArcGIS.SystemUI.ICommand, ESRI.ArcGIS.SystemUI.ITool |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also