Click or drag to resize

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

The IMACEPlugIn type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the text name identifier of this plug-in.
Top
Methods
  NameDescription
Public methodClose
Shutdown the plug-in.
Public methodInitialize
Run the plug-in. Called by the host after in MACE initialization
Public methodShow
Show the dialog, if any, associated with this plug-in.
Top
See Also