User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.split_void

Table of Contents

ITGIS_Shape.Split method

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

Splits a multipart shape into parts.

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 Newly created list of parts.

Remarks

If a shape is single part, a main part is returned.

2022/11/16 01:11

Page Tools