DK11 for .NET | TatukGIS.NDK.TGIS_Shape.Reset | Constructors | Fields | Methods | Properties
Reset shape.
// C# public virtual void Reset();
' VisualBasic Public Overridable Sub Reset()
// Oxygene public procedure Reset; virtual;
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.