DK11 for Delphi | GisViewer.TGIS_Viewer.SaveProjectAsEx | Overloads | Constructors | Fields | Methods | Properties | Events
Save current project under new name.
Implements IGIS_Viewer.SaveProjectAsEx.
// Delphi public procedure SaveProjectAsEx( const _configFile : TGIS_ConfigAbstract; const _path : String; const _relativepath : Boolean ); overload;
// C++ Builder public: void SaveProjectAsEx( TGIS_ConfigAbstract* const _configFile, const UnicodeString _path, const bool _relativepath ) /* overload */;
Name | Type | Description |
---|---|---|
_configFile | TGIS_ConfigAbstract | existing project file |
_path | String | path to the new project file; should have '.ttkproject' (or obsolete '.ttkgp') extension |
_relativepath | Boolean | if True (default) then project will be saved using paths relative to project file location |