User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_editor.removesnaplayer_tgis_layerabstract

Table of Contents

IGIS_Editor.RemoveSnapLayer method

DK for Delphi | GisInterfaces.IGIS_Editor.RemoveSnapLayer | Methods | Properties

Remove a snap layer from the list.

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

Syntax

// Delphi
public
  procedure RemoveSnapLayer(
    const _layer : TGIS_LayerAbstract
  );
// C++ Builder
public:
  void RemoveSnapLayer(
    TGIS_LayerAbstract* const _layer
  ) = 0;

Parameters

Name Type Description
_layer TGIS_LayerAbstract layer to snap
2025/01/31 01:07

Page Tools