DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.SaveAll | Methods | Properties
Saves layer and destroys mirrored items.
// C# public void SaveAll();
' VisualBasic Public Sub SaveAll()
// Oxygene public procedure SaveAll;
Will save data and any exiting configuration file. Internally will call TGIS_Layer.SaveData.
See TGIS_Viewer.MustSave for example.