| 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
)
Public Function PlatformInSpace (
platform As IPhysicalEntity,
Optional time As Double = 0
) As Boolean
Parameters
- platform
- Type: BSI.MACEIPhysicalEntity
Platform to test for inclusiveness. - time (Optional)
- Type: SystemDouble
Optional mission time to test.
Return Value
Type:
BooleanTrue if there is a valid test (e.g. the region has been filled in AND the platform is in the region)
Remarks See Also