DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.SaveProjectAsEx | Methods | Properties
Save current project under new name.
// C# public void SaveProjectAsEx( ITGIS_ConfigAbstract _configFile, WideString _path );
' VisualBasic Public Sub SaveProjectAsEx( ByVal _configFile As ITGIS_ConfigAbstract, ByVal _path As WideString )
// Oxygene public procedure SaveProjectAsEx( _configFile : ITGIS_ConfigAbstract; _path : WideString );
Name | Type | Description |
---|---|---|
_configFile | ITGIS_ConfigAbstract | existing project file |
_path | WideString | path to the new project file; should have '.ttkproject' (or obsolete '.ttkgp') extension |