Terrain.AddFiles(String) 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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Terrain.AddFiles(

String path)

 

 

Arguments

path


Description:

The path of the terrain file.

Repeatable:

1 to Unlimited times

 

 

 

Syntax

myTerrain1.AddFiles(myString1);

 

 

See also

Terrain Object

Terrain.AddFiles