DK11 for .NET | TatukGIS.NDK.TGIS_Viewer.Delete | Constructors | Fields | Methods | Properties | Events
Delete the layer identified by a name.
Implements IGIS_Viewer.Delete.
// C# public void Delete( string _name );
' VisualBasic Public Sub Delete( ByVal _name As String )
// Oxygene public procedure Delete( _name : String );
Name | Type | Description |
---|---|---|
_name | string String | name of layer to be deleted |
See Get method for example.