User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_xmlfile.deletekey_string

Table of Contents

TGIS_XmlFile.DeleteKey method

DK11 for .NET | TatukGIS.NDK.TGIS_XmlFile.DeleteKey | Constructors | Methods | Properties

Delete xml node.

Available also on: Delphi | Java.

Syntax

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

Parameters

Name Type Description
_name string
String
node name
2020/05/07 01:19

Page Tools