CommandSpace Class |
[This is preliminary documentation and is subject to change.]
Namespace: BSI.MACE.AI.Commands
The CommandSpace type exposes the following members.
| Name | Description | |
|---|---|---|
| CommandSpace |
Constructor.
| |
| CommandSpace(CommandSpace) |
Copy constructor.
|
| Name | Description | |
|---|---|---|
| Enabled |
Indicates if the Command Space has been enabled or disabled
| |
| EndTime |
Gets or sets the latest time the command is valid for in seconds of mission time.
| |
| MaximumHeight |
Gets or sets the upper bounding level of the command's area of interest in meters AGL.
| |
| MinimumHeight |
Gets or sets the lower bounding level of the command's area of interest in meters AGL.
| |
| POI |
Gets the list of Platforms Of Interest to this command.
e.g. If an attack order, this list would contain targets.
| |
| Region |
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.
| |
| StartTime |
Gets or sets the earliest time the command is valid for in seconds of mission time.
|
| Name | Description | |
|---|---|---|
| Clone |
Create a new deep copy of this object.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PlatformInSpace |
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.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |