Click or drag to resize

CommandResponse Constructor (ICommand, Object)

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

Constructor

Namespace:  BSI.MACE.AI.Commands
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public CommandResponse(
	ICommand command,
	Object responder
)

Parameters

command
Type: BSI.MACE.AI.CommandsICommand
The original command that this is in response to.
responder
Type: SystemObject
The object instance providing the response.
See Also