User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.snaplayer

Table of Contents

IGIS_Editor.SnapLayer property

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

Layer containing geometry to which edited points will be snapped. After editing start /see: EditShape/ will always be the same as the edited shape layer.

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

Syntax

// C#
public TGIS_LayerAbstract SnapLayer
{
  get {}
  set {}
}
' VisualBasic
Public Property SnapLayer As TGIS_LayerAbstract
  Get
  End Get
  Set(ByVal value As TGIS_LayerAbstract)
  End Set
End Property
// Oxygene
public
  property SnapLayer : TGIS_LayerAbstract read read;

Value

2025/01/31 01:03

Page Tools