CelestialObject.JPEGFileName Property

Top 

Description

This property has been Deprecated. Please use CelestialObject.Globe.SurfaceLayer.DaytimeImageFilename instead.

 

An image file to apply to the surface of the CelestialObject. The image may be in jpeg, png, tiff, gif, or bmp format.

 

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.

 

Attributes

Type:

string

Access:

read/write

Default Value:

""

 

Syntax

myString1 = myCelestialObject1.JPEGFileName;

 

myCelestialObject1.JPEGFileName = myString1;

 

See also

CelestialObject Object

CelestialObjects Guide