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