DK11 for Java | tatukgis.jdk.TGIS_Shape.AddPart | Constructors | Fields | Methods | Properties
Add next part to the shape.
// Java public void 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.