Name
|
Description
|
Attributes
|
CentralBody
|
The central body of the region object.
|
Type: CelestialObject
Access: Read-Only
|
Color
|
The color used to represent the Region in the Mission View. The color can be overridden for an individual view using the ViewWindow.SetObjectColor() method.
|
Type: Variable
Access: Read/Write
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Type: String
Access: Read/Write
|
Latitude
|
Geodetic latitude of the nth Region point measured from the equator. Enter a valid value for this property between -90 and +90 degrees. The index (i.e., 'n') for the array of Latitude values starts at 0 and goes up to NumberOfVertices - 1. To ensure a closed region, the first and last points must be the same.
|
Type: Array
Access: Read/Write
Units: deg
|
Longitude
|
Longitude of the nth Region point measured from the Greenwich Meridian. Enter a valid value for this property between 0 and 360 degrees. The index (i.e., 'n') for the array of Longitude values starts at 0 and goes up to NumberOfVertices - 1. To ensure a closed region, the first and last points must be the same.
|
Type: Array
Access: Read/Write
Units: deg
|
NumberOfVertices
|
The number of points that define the Region shape.
|
Type: Variable
Access: Read/Write
|
ObjectId
|
The unique identifier for the object.
|
Type: Variable
Access: Read-Only
|
ObjectType
|
The type of the object.
|
Type: String
Access: Read-Only
|
Opacity
|
The opacity of the Region when visualized in a Mission View. This does not apply to the Region outline. The opacity can be overridden for an individual view using ViewWindow.SetObjectOpacity() method.
|
Type: Variable
Access: Read/Write
|