User Tools

Site Tools


api:dk11:net:tatukgis.ndk.igis_editor.removesnaplayer_tgis_layerabstract

Table of Contents

IGIS_Editor.RemoveSnapLayer method

DK for .NET | TatukGIS.NDK.IGIS_Editor.RemoveSnapLayer | Methods | Properties

Removes a snap layer from the list.

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

Syntax

// C#
public void RemoveSnapLayer(
  TGIS_LayerAbstract _layer
);
' VisualBasic
Public Sub RemoveSnapLayer(
  ByVal _layer As TGIS_LayerAbstract
)
// Oxygene
public
  procedure RemoveSnapLayer(
    _layer : TGIS_LayerAbstract
  );

Parameters

Name Type Description
_layer TGIS_LayerAbstract Layer to remove from the snap layer list.
2026/08/30 02:35

Page Tools