SaveMode Enumeration
Specifies the mode of the Configuration.Save method.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum SaveMode
Values
Value name | Value | Description |
---|---|---|
Default | 0 | Saves all elements except features in MemoryDataSet instances. |
IncludeFeatures | 1 | Saves all elements including point, line and polygon features. Raster or mesh features cannot be saved using this mode. |
Remarks
If you do want to save and restore features in MemoryDataSet instances use the MemoryDataSet.Save and MemoryDataSet.Load methods instead. They are more efficient and can save and all types of features, including raster and mesh features.
Platforms
Windows, Linux, Android