User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.mode

Table of Contents

IGIS_Editor.Mode property

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

Mode of edition. Will control how _nearest parameter of the MouseBegin() behaves and therefore will control editing behavior in TGIS_ViewerWnd.

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

Syntax

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

Value

2025/01/31 01:03

Page Tools