User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.unsupportedoperations

Table of Contents

ITGIS_Layer.UnSupportedOperations property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.UnSupportedOperations | Methods | Properties

Set of operations not supported by the layer.

Available also on: Delphi | .NET | Java | 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

2022/11/16 01:09

Page Tools