Click or drag to resize

CommandSpacePlatformInSpace Method

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

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

Determines if the platform is in this command space. Note: If evaluation properties of this object are not set to valid values then those properties are not evaluated.

Namespace:  BSI.MACE.AI.Commands
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public bool PlatformInSpace(
	IPhysicalEntity platform,
	double time = 0
)

Parameters

platform
Type: BSI.MACEIPhysicalEntity
Platform to test for inclusiveness.
time (Optional)
Type: SystemDouble
Optional mission time to test.

Return Value

Type: Boolean
True if there is a valid test (e.g. the region has been filled in AND the platform is in the region)
Remarks