ArcFM Engine Developer Guide
Command Class
Members 


Product Availability
Required Licenses
.NET Assembly
Defines a framework tool that can be used on a menu or a toolbar.
Syntax
'Declaration
 
Public MustInherit Class Command 
'Usage
 
Dim instance As Command
public abstract class Command 
Remarks
This class defines the basic object that allows the user to control the application via selecting a menu item or an item on a toolbar. A Command is an object that provides the information necessary to display the command to the user (via the main menu or a toolbar) and to execute or perform the action associated with the command when the user selects or clicks the displayed command. This class is an abstract class and contains the abstract method Execute which is invoked when the command is selected or clicked. Since the Execute method is abstract, a derived class is required to provide this method to perform the action specified to that command. The following is a list of the derived Commands provided by this framework.
Inheritance Hierarchy

System.Object
   Miner.Windows.Commands.Command
      Miner.Windows.Commands.ButtonCommand
      Miner.Windows.Commands.PopupCommandBase
      Miner.Windows.Commands.StateButtonCommand
      Miner.Windows.Commands.TextBoxCommand

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Command Members
Miner.Windows.Commands Namespace

 

 


Send Comment