Terrain.Filenames Property

Top 

Description

The filenames for each of the terrain data files that have been added to this object. Files can be added using the Terrain.AddFiles() or Terrain.AddFilesInDirectory() methods. FreeFlyer will search for the required matching FreeFlyer Terrain Index File in the same directory as the raw terrain data file, but with the FreeFlyer Terrain Index File extension (.ffidx).

 

Note: If any of the indices for the Terrain Filenames cannot be found, FreeFlyer will report an error saying that the Terrain object configuration is invalid because one or more index files couldn't be found.

 

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:

Array of string

Access:

read

 

Syntax

myString1 = myTerrain1.Filenames[0];

 

See also

Terrain Object