DK for .NET | TatukGIS.NDK.TGIS_Shape.AddPart | Constructors | Fields | Methods | Properties
Add next part to the shape.
// C# public virtual void AddPart();
' VisualBasic Public Overridable Sub AddPart()
// Oxygene public procedure AddPart; virtual;
Use this method to add a new part to the shape. Internal representation of a shape is same as in the SHP file. If you want to set a new geometry,this call Reset, AddPart, AddPoint...AddPoint.
See Lock for example.