Click or drag to resize

ICommandIsAssignable Method

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

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

Provides an indication if the specified Platform can be assigned to this Command instance. Some commands are intended for specific platform types, this method supports that validation.

Namespace:  BSI.MACE.AI.Commands
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
bool IsAssignable(
	IPhysicalEntity entity,
	ref string description = null
)

Parameters

entity
Type: BSI.MACEIPhysicalEntity
The Platform instance used to determine if it is elibible for assignment
description (Optional)
Type: SystemString
An optional description returned that can provide additional details on why a command can or cannot be assigned.

Return Value

Type: Boolean
True if it can be assigned, False it cannot
See Also