DK for .NET | TatukGIS.NDK.TGIS_Shape.Split | Constructors | Fields | Methods | Properties
Splits a multipart shape into a list of separate single-part shapes.
// C# public TGIS_ShapeList Split();
' VisualBasic Public Function Split() As TGIS_ShapeList
// Oxygene public function Split : TGIS_ShapeList;
| Type | Description |
|---|---|
| TGIS_ShapeList | A TGIS_ShapeList containing one shape for each part. The caller owns the returned list. |
PURPOSE: Decomposes multipart vector geometry for workflows that need to process, export, or analyze parts individually.
BEHAVIOR: Creates a new TGIS_ShapeList and populates it with shapes representing the individual parts of the source geometry.
CONSTRAINTS: The caller must release the returned TGIS_ShapeList and any owned shapes according to list ownership rules.