ExportOptionsModifier.LocalDatabasePath

This page contains reference documentation for the LocalDatabasePath member. This member sets or gets the LOCALDATABASEPATH parameter.

Declaration

string LocalDatabasePath;

Examples

Examples are as follows:

ExportOptionsModifier modifier = new ExportOptionsModifier;

// Set the LocalDatabasePath parameter to a child group of Scene named Master. 
// This assumes that the group Scene is child of the root; thus you do not need 
// to specify the Root in the local database path.

// The CreateTerrain command automatically creates these groups if they do not exist.

modifier.LocalDatabasePath = "scene\master";

Working Sample Code

For sample code: