User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_classificationrendertype

Table of Contents

TGIS_ClassificationRenderType enum

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.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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
  );

Members

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.

2022/11/16 01:08

Page Tools