User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.issupported_tgis_operationtype

Table of Contents

ITGIS_Layer.IsSupported method

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

Checks if the operation is supported by the layer.

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

Syntax

// C#
public WordBool IsSupported(
  TGIS_OperationType _operation
);
' VisualBasic
Public Function IsSupported(
  ByVal _operation As TGIS_OperationType
) As WordBool
// Oxygene
public
  function IsSupported(
    _operation : TGIS_OperationType
  ) : WordBool;

Parameters

Name Type Description
_operation TGIS_OperationType operation

Result

Type Description
WordBool True if the operation is supported by the layer
2022/11/16 01:09

Page Tools