GraphicsOverlayShape.AddElement(Variable, Variable, Variable, String) Method

Top 

Description

Adds an annotation element to the shape using the DefaultColor of the GraphicsOverlay.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

GraphicsOverlayShape.AddElement(

Variable x,


Variable y,


Variable z,


String annotationValue)

 

 

Arguments

x


Description:

The x-component of the position associated with this overlay element. This is referenced to the fixed frame of the ReferenceObject of the prefix GraphicsOverlay object.

Units:

km

 

 

y


Description:

The y-component of the position associated with this overlay element. This is referenced to the fixed frame of the ReferenceObject of the prefix GraphicsOverlay object.

Units:

km

 

 

z


Description:

The z-component of the position associated with this overlay element. This is referenced to the fixed frame of the ReferenceObject of the prefix GraphicsOverlay object.

Units:

km

 

 

annotationValue


Description:

The text of the annotation to add to the shape.

 

 

 

Syntax

myGraphicsOverlayShape1.AddElement(myVariable1, myVariable2, myVariable3, myString1);

 

 

See also

GraphicsOverlayShape Object

GraphicsOverlayShape.AddElement

Graphics Overlays Guide