DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Parts | Methods | Properties
Raw internal storage of shape part offsets in SHP-compatible form.
// C# public Pointer Parts { get {} }
' VisualBasic Public Property Parts As Pointer Get End Get End Property
// Oxygene public property Parts : Pointer read;
| Type |
|---|
| unsafe void* Pointer |
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.