Home > Working with SGWorld > Project (IProject6)
The IProject6 interface gives access to project settings and to basic methods for opening and saving the project.
|
Properties |
|
|
Returns an ITEVersionInfo6 representing the version of TerraExplorer currently running. |
|
|
Returns the name of the current loaded FLY file. |
|
|
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 |
|
|
Closes a FLY file or terrain database. |
|
|
Allows defining the value of a specified parameter in the FLY file Project Settings. This property is exposed only in C#. |
|
|
Opens a FLY file or terrain database. |
|
|
Saves the current project to a FLY file. |
|
|
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#. |