Terrain.AddFiles(StringArray) Method

Top 

Description

Add terrain files to the Terrainobject. Terrain raster files need to be pre-processed with the FreeFlyer Terrain Index Generator before they can be used in FreeFlyer.

 

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.

 

Method Signature

Terrain.AddFiles(

StringArray paths)

 

 

Arguments

paths


Description:

StringArray containing the paths of the terrain files to add.

 

 

 

Syntax

myTerrain1.AddFiles(myStringArray1);

 

 

See also

Terrain Object

Terrain.AddFiles