DK for Delphi | GisLayerVector.TGIS_Shape.AddPart | Constructors | Fields | Methods | Properties
Add next part to the shape.
// Delphi public procedure AddPart; virtual;
// C++ Builder public: virtual void AddPart(void);
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.