User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_shapetype

Table of Contents

TGIS_ShapeType enum

DK11 for ActiveX | TatukGIS_XDK11.TGIS_ShapeType | Enums

Types of GIS shapes.

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

Syntax

// C#
public enum TGIS_ShapeType
{
  Unknown = 1, Deleted = 2, Point = 4, MultiPoint = 8, Arc = 16, Polygon = 32, Complex = 64, 
  MultiPatch = 128, Null = 256
}
' VisualBasic
Public Enum TGIS_ShapeType
  Unknown = 1
  Deleted = 2
  Point = 4
  MultiPoint = 8
  Arc = 16
  Polygon = 32
  Complex = 64
  MultiPatch = 128
  Null = 256
End Enum
// Oxygene
type
  TGIS_ShapeType = public (
    Unknown = 1, Deleted = 2, Point = 4, MultiPoint = 8, Arc = 16, Polygon = 32, 
    Complex = 64, MultiPatch = 128, Null = 256
  );

Members

Name Value Description
Unknown 1 undefined shape
Deleted 2 shape marked as a deleted item
Point 4 single point
MultiPoint 8 multiple point shape
Arc 16 line shape
Polygon 32 area shape
Complex 64 complex
MultiPatch 128 multipatch
Null 256 null shape

2022/11/30 19:06

Page Tools