GraphicsOverlay.ShapeIconScale Property

Top 

Description

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.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

number

Access:

read/write

Units:

km

Default Value:

1000

Valid Range:

GraphicsOverlay.ShapeIconScale > 0

 

Syntax

myVariable1 = myGraphicsOverlay1.ShapeIconScale;

 

myGraphicsOverlay1.ShapeIconScale = myVariable1;

 

See also

GraphicsOverlay Object

Graphics Overlays Guide