DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.SaveProjectAs | Overloads | Constructors | Methods | Properties | Events
Save current project under new name.
Available also on: Delphi FMX | .NET WinForms | ActiveX.
// Java public 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 |