DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.AddPart | Methods | Properties
Starts a new part in a multipart shape geometry.
// C# public void AddPart();
' VisualBasic Public Sub AddPart()
// Oxygene public procedure AddPart;
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.