User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.parttypes

Table of Contents

ITGIS_Shape.PartTypes property

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

Raw internal storage of shape part types.

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

Syntax

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

Value

Type
unsafe void*
Pointer

Remarks

PURPOSE: Provides low-level access to per-part type metadata used by multipart geometry, especially polygon rings and other part-based structures.

BEHAVIOR: The buffer stores type information associated with entries in theParts array. It is intended for internal geometry handling and format-level operations.

USAGE: Use this property only when processing raw geometry buffers or implementing import/export logic.

CONSTRAINTS: Raw internal storage with no bounds checking. Incorrect modification can corrupt geometry semantics.

2026/07/05 01:25

Page Tools