GraphicsOverlay.ShapeIconReferencePoint Property

Top 

Description

Determines which point on the image will be located at the specified vertices when the shape Type is 'Icons'.

 

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.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"Center" ( Center )

Valid Values:

Value

Label

"Center"

Center

"Upper Left"

Upper Left

"Lower Left"

Lower Left

"Upper Right"

Upper Right

"Lower Right"

Lower Right

 

Syntax

myString1 = myGraphicsOverlay1.ShapeIconReferencePoint;

 

myGraphicsOverlay1.ShapeIconReferencePoint = myString1;

 

See also

GraphicsOverlay Object

Graphics Overlays Guide