Name
|
Description
|
AnnotationColors
|
The colors associated with each annotation in the AnnotationLabels array.
|
AnnotationFont
|
The font used by annotations in the active shape, determined by CurrentShapeIndex.
|
AnnotationLabels
|
The text of each annotation in the active shape, determined by CurrentShapeIndex.
|
AnnotationLocations
|
The x, y, and z locations of the specified annotations. These are defined with respect to the body fixed coordinate system of the ReferenceObject before any transformations are applied.
|
Colors
|
The colors associated with each vertex in the Vertices array.
|
CurrentShapeIndex
|
The index of the currently active shape. This determines which shape is affected by the shape properties and methods (Ex. ShapePosition). If the GraphicsOverlay contains no shapes, CurrentShapeIndex will return -1.
|
DeclaredName
|
The name of the object as declared.
|
DefaultColor
|
The color used for newly added vertices and annotations when a color is not explicitly specified.
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
NumberOfAnnotations
|
The number of annotations in the active shape, determined by CurrentShapeIndex.
|
NumberOfShapes
|
The number of shapes in the Shapes array.
|
NumberOfVertices
|
The number of vertices in the active shape, determined by CurrentShapeIndex.
|
ObjectId
|
The unique identifier for the object.
|
ObjectType
|
The type of the object.
|
Orientation
|
The quaternion orientation of the GraphicsOverlay with respect to the body fixed coordinate system of the ReferenceObject. The order of transformations is Scaling => Rotation => Translation.
|
Position
|
The offset position of the GraphicsOverlay with respect to the body fixed coordinate system of the ReferenceObject. The order of transformations is Scaling => Rotation => Translation.
|
Scale
|
The x, y, and z scaling factors of the GraphicsOverlay. The order of transformations is Scaling => Rotation => Translation.
|
ShapeIconFilename
|
Specifies an image to draw at each vertex of the active shape, determined by CurrentShapeIndex, in the 2d map mode of the Mission View when the ShapeType is 'Icons'. Supported image formats include PNG, TIF, JPG, BMP, and GIF.
|
ShapeIconReferencePoint
|
Determines which point on the image will be located at the specified vertices when the shape Type is 'Icons'.
|
ShapeIconRotation
|
The clockwise rotation of the icon about the ShapeIconReferencePoint when the shape Type is 'Icons'.
|
ShapeIconScale
|
A scale, specified in kilometers, determining how large the icon will be drawn on the 2d map. The image will be drawn with a height proportional to the specified scale. The width will be automatically selected as to maintain the original aspect ratio of the image. For example, mapping a celestial object with a circumference of 2000 km and an icon scale of 500 km, the image will be drawn at half the height of the entire map when fully zoomed out.
|
ShapeOpacity
|
The opacity of the active shape, determined by CurrentShapeIndex, when drawn in the 2d map mode of the Mission View. This property has no effect for other view modes.
|
ShapeOrientation
|
The quaternion orientation of the active shape, determined by CurrentShapeIndex, with respect to the body fixed coordinate system of the GraphicsOverlay. The order of shape transformations is Scaling => Rotation => Translation.
|
ShapePointWidth
|
The width of the active shape, determined by CurrentShapeIndex, when the current shape is of the 'Points' type.
|
ShapePosition
|
The offset position of the active shape, determined by CurrentShapeIndex, with respect to the body fixed coordinate system of the GraphicsOverlay. The order of shape transformations is Scaling => Rotation => Translation.
|
Shapes
|
The shapes managed by the GraphicsOverlay.
|
ShapeScale
|
The x, y, and z scaling factors of the active shape, determined by CurrentShapeIndex. The order of shape transformations is Scaling => Rotation => Translation.
|
ShapeTickType
|
Specifies which tick mark type to draw at each vertex of the active shape, determined by CurrentShapeIndex. Tick marks will be drawn for 'Lines', 'Annotations', 'Points', and 'Icons' shape types only.
|
ShapeTickWidth
|
The width of the tick marks.
|
ShapeType
|
The shape type of the active shape, determined by CurrentShapeIndex.
|
ShapeVisible
|
Determines whether the active shape, determined by CurrentShapeIndex, is visible.
|
ShowTextBackDrop
|
Determines whether a translucent black rectangle is drawn behind annotations in the 2d map mode of the Mission View for the active shape, determined by CurrentShapeIndex. This option can improve text readability.This property takes precedence over the ViewWindow.DisableLabelBackdrops property.
|
Vertices
|
The x, y, and z components of the vertices that make up the overlay geometry. These are defined with respect to the body fixed coordinate system of the ReferenceObject before any transformations are applied.
|