User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.findsnaplayer_itgis_layerabstract

Table of Contents

IGIS_Editor.FindSnapLayer method

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

Find a snap layer on the list.

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

Syntax

// C#
public WordBool FindSnapLayer(
  ITGIS_LayerAbstract _layer
);
' VisualBasic
Public Function FindSnapLayer(
  ByVal _layer As ITGIS_LayerAbstract
) As WordBool
// Oxygene
public
  function FindSnapLayer(
    _layer : ITGIS_LayerAbstract
  ) : WordBool;

Parameters

Name Type Description
_layer ITGIS_LayerAbstract layer to snap

Result

Type Description
WordBool True if layer is on the list
2025/01/31 01:03

Page Tools