DK11 for Java | tatukgis.jdk.IGIS_Viewer.SaveProjectAs | Overloads | Methods | Properties
Save current project under new name.
// Java public abstract void SaveProjectAs( java.lang.String _path, bool _relativepath );
// Oxygene public procedure SaveProjectAs( _path : String; _relativepath : Boolean );
Name | Type | Description |
---|---|---|
_path | java.lang.String String | path to the new project file; should have '.ttkproject' (or obsolete '.ttkgp') extension |
_relativepath | bool Boolean | if True (default) then project will be saved using paths relative to project file location |