User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.removesnaplayer_itgis_layerabstract

Table of Contents

IGIS_Editor.RemoveSnapLayer method

DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.RemoveSnapLayer | Methods | Properties

Remove a snap layer from the list.

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

Syntax

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

Parameters

Name Type Description
_layer ITGIS_LayerAbstract layer to snap
2025/01/31 01:03

Page Tools