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