User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_operationtype

Table of Contents

TGIS_OperationType enum

DK11 for .NET | TatukGIS.NDK.TGIS_OperationType | Enums

Types of operations.

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

Syntax

// C#
[Flags]
public enum TGIS_OperationType
{
  Select, Edit
}
' VisualBasic
<Flags()> _
Public Enum TGIS_OperationType
  Select
  Edit
End Enum
// Oxygene
type
  TGIS_OperationType = public flags (
    Select, Edit
  );

Members

Name Value Description
Select select a layer
Edit edit a layer

2024/12/20 22:23

Page Tools