DK for Delphi | GisLayerVector.TGIS_Shape.Reset | Constructors | Fields | Methods | Properties
Reset shape.
// Delphi public procedure Reset; virtual;
// C++ Builder public: virtual void Reset(void);
Use this method to remove all points from a shape. If you want to set a new geometry, call Reset, AddPart, AddPoint...AddPoint.
See SetPosition method for a similar example.