User Tools

Site Tools


api:dk11:net:tatukgis.ndk.igis_viewer.delete_string

Table of Contents

IGIS_Viewer.Delete method

DK for .NET | TatukGIS.NDK.IGIS_Viewer.Delete | Methods | Properties

Delete the layer identified by a name.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public void Delete(
  string _name
);
' VisualBasic
Public Sub Delete(
  ByVal _name As String
)
// Oxygene
public
  procedure Delete(
    _name : String
  );

Parameters

Name Type Description
_name string
String
name of layer to be deleted

Remarks

See Get method for example.

2025/01/31 01:14

Page Tools