Description | Example | Return Message | Group

Graphics PointAttributes

Set the graphics attributes for points of a Line Target.

Syntax

Graphics <LTObjectPath> PointAttributes {PointSpecification} ({AttributeOption})...

Related Commands

Description

Change graphics attributes for existing points of a Line Target. The following table describes the {PointSpecification} which is used to select the points to modify.

{PointSpecification} Description
All Change attributes for all points.
Index <Index> Change attributes for the point matching the index.
LatLon <Latitude> <Longitude> Change attributes for the point matching the latitude and longitude.

The Index and LatLon specifications can be entered multiple times in one command line to set attributes for several points at one time.

Note: Use the Graphics Points command to turn on the display of the LineTarget's points.

{AttributeOption} Description
Show {On | Off} Turn on or off the point.
Color {ObjectColor | {Color}} Change the color of a point. Enter ObjectColor to set the point color to match the LineTarget color. For valid {Color} options see Common Options.
Marker {Parameters} Set the Marker for the point. Visit Connect help for the Graphics Marker command for a description of parameters.
Label {NoLabel | <LabelName>} Set the label for a point. Enter NoLabel to have no label for the point, or enter the text value for the label.
LabelFont <FontNumber> Indicate the font to use for the label text. Valid values are 0-2, with 0 indicating small, 1 for medium and 2 for large.

Example

To set Point 3 of TestLT to a yellow star:

Graphics */LineTarget/TestLT PointAttributes Index 3 Marker star color yellow

To set all points to use the object's color and a medium label font:

Graphics */LineTarget/LineTarget1 PointAttributes All Color ObjectColor LabelFont 1

To set the color for two points:

Graphics */LineTarget/LineTarget1 PointAttributes LatLon 0 10 Latlon 10 20 Color yellow

ReturnMessage

If activated, Connect returns an acknowledgement message.

Group Membership

This command belongs to the following group(s):

2D Object Graphics

Line Targets

Version

6.1

STK Programming Interface 11.0.1