Home > Working with SGWorld > Project (IProject6)

Project (IProject6)

The IProject6 interface gives access to project settings and to basic methods for opening and saving the project.

 

 

Properties

 

FileVersion

Returns an ITEVersionInfo6 representing the version of TerraExplorer currently running.

Name

Returns the name of the current loaded FLY file.

Settings

Allows defining the value of a specified parameter in the FLY file Project Settings. C#exposes this property as get_Settings and set_Settings.

 

Methods

 

Close

Closes a FLY file or terrain database.

 

get_Settings

Allows defining the value of a specified parameter in the FLY file Project Settings. This property is exposed only in C#.

Open

Opens a FLY file or terrain database.

Save

Saves the current project to a FLY file.

SaveAs

Saves the current project to a FLY file with a specified name.

set_Settings

Allows defining the value of a specified parameter in the FLY file Project Settings. This property is exposed only in C#.