DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.Delete | Methods | Properties
Deletes a shape.
// C# public void Delete( OleVariant _uid );
' VisualBasic Public Sub Delete( ByVal _uid As OleVariant )
// Oxygene public procedure Delete( _uid : OleVariant );
Name | Type | Description |
---|---|---|
_uid | OleVariant | 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.