FeatureSaveMode Enumeration
Specifies which part of a Feature is saved by Feature.Save.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum FeatureSaveMode
Values
Value name | Value | Description |
---|---|---|
XY | 0 | Saves the attributes, coordinate reference system and 2D geometry (skips all z-coordinates). |
XYZ | 1 | Saves the attributes, coordinate reference system and complete geometry. |
Platforms
Windows, Linux, Android