DK11 for ActiveX | TatukGIS_XDK11.TGIS_ClassificationRenderType | Enums
Enumeration of visual properties which can be set for the classification process. Available only for vector layers.
// C# public enum TGIS_ClassificationRenderType { Color = 0, Size = 1, OutlineWidth = 2, OutlineColor = 3 }
' VisualBasic Public Enum TGIS_ClassificationRenderType Color = 0 Size = 1 OutlineWidth = 2 OutlineColor = 3 End Enum
// Oxygene type TGIS_ClassificationRenderType = public ( Color = 0, Size = 1, OutlineWidth = 2, OutlineColor = 3 );
Name | Value | Description | |
---|---|---|---|
Color | 0 | Color. | |
Size | 1 | Size for markers, width for lines; not available for polygons. | |
OutlineWidth | 2 | Outline width. | |
OutlineColor | 3 | Outline color. | |