GroundStation.DrawMethod Property

Top 

Description

Determines how the GroundStation will be rendered in a Mission View. The draw method can be overridden for an individual view using ViewWindow.SetGroundStationDrawMethod() method.

 

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:

integer

Access:

read/write

Default Value:

2 ( Point and Mask )

Valid Values:

Value

Label

0

Point

1

Mask

2

Point and Mask

 

Syntax

myVariable1 = myGroundStation1.DrawMethod;

 

myGroundStation1.DrawMethod = myVariable1;

 

See also

GroundStation Object

Coverage and Contact Analysis Guide

GroundStations Guide