DK for Java | tatukgis.jdk.TGIS_Viewer.SaveProjectAsEx | Overloads | Constructors | Fields | Methods | Properties | Events
Save the current project under a new name.
// Java public void SaveProjectAsEx( TGIS_ConfigAbstract _configFile, java.lang.String _path, bool _relativepath );
// Oxygene public procedure SaveProjectAsEx( _configFile : TGIS_ConfigAbstract; _path : String; _relativepath : Boolean );
| Name | Type | Description |
|---|---|---|
| _configFile | TGIS_ConfigAbstract | existing project file |
| _path | java.lang.String String | path to the new project file; should have the '.ttkproject' extension or the obsolete '.ttkgp' extension |
| _relativepath | bool Boolean | if True, the project is saved using paths relative to the project file location; the default is True |