User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.split_void

Table of Contents

ITGIS_Shape.Split method

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

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

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

Syntax

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

Result

Type Description
ITGIS_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 00:14

Page Tools