User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shapepolygon.split_2_wordbool

Table of Contents

ITGIS_ShapePolygon.Split_2 method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ShapePolygon.Split_2 | Methods | Properties

Splits a multipart polygon shape into parts.

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

Syntax

// C#
public ITGIS_ShapeList Split_2(
  WordBool _keep_holes
);
' VisualBasic
Public Function Split_2(
  ByVal _keep_holes As WordBool
) As ITGIS_ShapeList
// Oxygene
public
  function Split_2(
    _keep_holes : WordBool
  ) : ITGIS_ShapeList;

Parameters

Name Type Description
_keep_holes WordBool if True, polygons with holes are not split; if False, all parts are split

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