DK11 for .NET | TatukGIS.NDK.TGIS_Layer.SaveAll | Constructors | Fields | Methods | Properties | Events
Saves layer and destroys mirrored items.
// C# public virtual void SaveAll();
' VisualBasic Public Overridable Sub SaveAll()
// Oxygene public procedure SaveAll; virtual;
Will save data and any exiting configuration file. Internally will call TGIS_Layer.SaveData.
See TGIS_Viewer.MustSave for example.