User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.addsnaplayer_itgis_layerabstract

Table of Contents

IGIS_Editor.AddSnapLayer method

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

Add a snap-to layer to the list.

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

Syntax

// C#
public int AddSnapLayer(
  ITGIS_LayerAbstract _layer
);
' VisualBasic
Public Function AddSnapLayer(
  ByVal _layer As ITGIS_LayerAbstract
) As Integer
// Oxygene
public
  function AddSnapLayer(
    _layer : ITGIS_LayerAbstract
  ) : Integer;

Parameters

Name Type Description
_layer ITGIS_LayerAbstract layer to snap

Result

Type Description
int
Integer
index of added layer on the list
2025/01/31 01:03

Page Tools