DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.SaveProjectAs_2 | Methods | Properties
Save current project under new name.
// C# public void SaveProjectAs_2( WideString _path, WordBool _relativepath );
' VisualBasic Public Sub SaveProjectAs_2( ByVal _path As WideString, ByVal _relativepath As WordBool )
// Oxygene public procedure SaveProjectAs_2( _path : WideString; _relativepath : WordBool );
Name | Type | Description |
---|---|---|
_path | WideString | path to the new project file; should have '.ttkproject' (or obsolete '.ttkgp') extension |
_relativepath | WordBool | if True (default) then project will be saved using paths relative to project file location |