DK11 for Delphi | GisInterfaces.IGIS_Viewer.SaveProjectAs | Overloads | Methods | Properties
Save current project under new name.
// Delphi public procedure SaveProjectAs( const _path : String ); overload;
// C++ Builder public: void SaveProjectAs( const UnicodeString _path ) = 0 /* overload */;
Name | Type | Description |
---|---|---|
_path | String | path to the new project file; should have '.ttkproject' (or obsolete '.ttkgp') extension |