CommandSpace Properties |
[This is preliminary documentation and is subject to change.]
The CommandSpace type exposes the following members.
| 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.
|