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