ViewWindow.StarFieldFileName Property

Top 

Description

This property has been Deprecated. To change the star catalog file for the global default StarField, please use Stars.Load() instead. You can also create a new StarField object and add it to any ViewWindow to view a custom set of stars.

 

A star catalog file name.

 

Timing Precision Mode

This page describes functionality in millisecond 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:

""

 

Syntax

myString1 = myViewWindow1.StarFieldFileName;

 

myViewWindow1.StarFieldFileName = myString1;

 

See also

ViewWindow Object

ViewWindow Guide