User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.shapetype

Table of Contents

ITGIS_Shape.ShapeType property

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ShapeType | Methods | Properties

Geometry type of the shape.

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

Syntax

// C#
public TGIS_ShapeType ShapeType
{
  get {}
}
' VisualBasic
Public Property ShapeType As TGIS_ShapeType
  Get
  End Get
End Property
// Oxygene
public
  property ShapeType : TGIS_ShapeType read;

Value

Remarks

PURPOSE: Identifies whether the shape represents a point, multipoint, arc/line, polygon, or another supported vector geometry type.

BEHAVIOR: The value determines how the coordinate arrays, parts, and geometry operations should be interpreted for this shape.

USAGE: Use this property to branch logic for geometry-specific processing such as area, length, labeling, or rendering.

CONSTRAINTS: Read-only. The shape type is an intrinsic property of the shape and is not changed dynamically.

2026/07/05 01:25

Page Tools