DK for .NET | TatukGIS.NDK.TGIS_Shape.AddPart | Constructors | Fields | Methods | Properties
Starts a new part in a multipart shape geometry.
// C# public virtual void AddPart();
' VisualBasic Public Overridable Sub AddPart()
// Oxygene public procedure AddPart; virtual;
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.