User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_operationtype

Table of Contents

TGIS_OperationType enum

DK11 for ActiveX | TatukGIS_XDK11.TGIS_OperationType | Enums

Types of operations.

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

Syntax

// C#
public enum TGIS_OperationType
{
  Select = 1, Edit = 2
}
' VisualBasic
Public Enum TGIS_OperationType
  Select = 1
  Edit = 2
End Enum
// Oxygene
type
  TGIS_OperationType = public (
    Select = 1, Edit = 2
  );

Members

Name Value Description
Select 1 select a layer
Edit 2 edit a layer

2022/11/30 19:06

Page Tools