DK11 for Python | tatukgis.pdk.TGIS_Layer.SaveAll | Constructors | Methods | Properties | Events
Saves layer and destroys mirrored items.
# Python def SaveAll( self ) -> None:
Will save data and any exiting configuration file. Internally will call TGIS_Layer.SaveData.
See TGIS_Viewer.MustSave for example.