User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.addpart_void

Table of Contents

ITGIS_Shape.AddPart method

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

Starts a new part in a multipart shape geometry.

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

Syntax

// C#
public void AddPart();
' VisualBasic
Public Sub AddPart()
// Oxygene
public
  procedure AddPart;

Remarks

PURPOSE: Separates connected components such as multipart lines, multipart polygons, or polygon rings.

BEHAVIOR: Creates a new active part so subsequent AddPoint calls append vertices to that part instead of the previous one.

CONSTRAINTS: Interpretation of parts depends on the concrete shape type.

References

2026/07/05 01:25

Page Tools