User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.split_void

Table of Contents

TGIS_Shape.Split method

DK for .NET | TatukGIS.NDK.TGIS_Shape.Split | Constructors | Fields | Methods | Properties

Splits a multipart shape into a list of separate single-part shapes.

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

Syntax

// C#
public TGIS_ShapeList Split();
' VisualBasic
Public Function Split() As TGIS_ShapeList
// Oxygene
public
  function Split : TGIS_ShapeList;

Result

Type Description
TGIS_ShapeList A TGIS_ShapeList containing one shape for each part. The caller owns the returned list.

Remarks

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.

2026/07/11 01:10

Page Tools