User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.parts

Table of Contents

ITGIS_Shape.Parts property

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

Raw internal storage of shape part offsets in SHP-compatible form.

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

Syntax

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

Value

Type
unsafe void*
Pointer

Remarks

PURPOSE: Provides low-level access to multipart geometry structure by storing the starting vertex index of each part.

BEHAVIOR: The buffer contains part indices used to separate points, arc/line parts, or polygon rings. The layout is compatible with SHP-style geometry storage.

USAGE: Use this property only for high-performance geometry processing, format import/export, or other internal buffer-based operations.

CONSTRAINTS: This is raw internal storage with no bounds checking. Incorrect modification can corrupt geometry.

2026/07/05 01:25

Page Tools