DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.Delete | Constructors | Fields | Methods | Properties | Events
Deletes a shape.
// C# public void Delete( long _uid );
' VisualBasic Public Sub Delete( ByVal _uid As Long )
// Oxygene public procedure Delete( _uid : TGIS_Uid ); virtual;
Name | Type | Description |
---|---|---|
_uid | long TGIS_Uid | Uid of a shape to be deleted |
Use this method to delete a shape indicated by Uid. Shape will be marked as deleted but the real deletion will be performed upon save.
Here is a simple procedure to delete a shape.