Click or drag to resize

CommandSpace Class

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

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

Class that contains area, volume, time or platforms of interest bounding a command.
Inheritance Hierarchy
SystemObject
  BSI.MACE.AI.CommandsCommandSpace

Namespace:  BSI.MACE.AI.Commands
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public class CommandSpace

The CommandSpace type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEnabled
Indicates if the Command Space has been enabled or disabled
Public propertyEndTime
Gets or sets the latest time the command is valid for in seconds of mission time.
Public propertyMaximumHeight
Gets or sets the upper bounding level of the command's area of interest in meters AGL.
Public propertyMinimumHeight
Gets or sets the lower bounding level of the command's area of interest in meters AGL.
Public propertyPOI
Gets the list of Platforms Of Interest to this command. e.g. If an attack order, this list would contain targets.
Public propertyRegion
Returns a thread safe list of geographic points that defines an polygonal area. Note that the order of the points determines the polygon region. Must have 3 or more point to be valid.
Public propertyStartTime
Gets or sets the earliest time the command is valid for in seconds of mission time.
Top
Methods
  NameDescription
Public methodClone
Create a new deep copy of this object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPlatformInSpace
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_region
3D region that the command applies to.
Top
Remarks