DK11 for .NET | TatukGIS.NDK.TGIS_LayerSaveOptions | Enums
Layer save options.
// C# public enum TGIS_LayerSaveOptions { ParamsAsAttributes, ParamsWithShape, TextLabelsForce, TextLabelsSmart, TextLabelsAsPoints }
' VisualBasic Public Enum TGIS_LayerSaveOptions ParamsAsAttributes ParamsWithShape TextLabelsForce TextLabelsSmart TextLabelsAsPoints End Enum
// Oxygene type TGIS_LayerSaveOptions = public ( ParamsAsAttributes, ParamsWithShape, TextLabelsForce, TextLabelsSmart, TextLabelsAsPoints );
Name | Value | Description | |
---|---|---|---|
ParamsAsAttributes | save to field attributes. | ||
ParamsWithShape | save to a shape. | ||
TextLabelsForce | text labels always as text. | ||
TextLabelsSmart | text labels as text if labels not empty. | ||
TextLabelsAsPoints | text labels always as points/markers . | ||