User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.unsupportedoperations

Table of Contents

TGIS_Layer.UnSupportedOperations property

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.UnSupportedOperations | Constructors | Fields | Methods | Properties | Events

Set of operations not supported by the layer.

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

Syntax

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

Value

2024/12/20 22:21

Page Tools