User Tools

Site Tools


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

Table of Contents

TGIS_Shape.AddPart method

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

Starts a new part in a multipart shape geometry.

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

Syntax

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

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/11 01:10

Page Tools