Terrain.AddFilesInDirectory(String, String) Method

Top 

Description

Add all the files with the specified file extension in the specified directory to the Terrain object. 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.AddFilesInDirectory(

String directoryPath,


String fileExtension)

 

 

Arguments

directoryPath


Description:

The directory containing files to add.

 

 

fileExtension


Description:

The file extension of the files to add.

 

 

 

Syntax

myTerrain1.AddFilesInDirectory(myString1, myString2);

 

 

See also

Terrain Object