| IMACEPlugIn Interface |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Methods implemented by the plug for system management.
Namespace:
BSI.MACE.PlugInNS
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax public interface IMACEPlugIn
Public Interface IMACEPlugIn
The IMACEPlugIn type exposes the following members.
Properties
| Name | Description |
---|
| Name |
Gets the text name identifier of this plug-in.
|
TopMethods
| Name | Description |
---|
| Close |
Shutdown the plug-in.
|
| Initialize |
Run the plug-in. Called by the host after in MACE initialization
|
| Show |
Show the dialog, if any, associated with this plug-in.
|
TopSee Also