User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.issupported_tgis_operationtype

Table of Contents

TGIS_Layer.IsSupported method

DK for Delphi | GisLayer.TGIS_Layer.IsSupported | Constructors | Fields | Methods | Properties | Events

Checks if the operation is supported by the layer.

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

Syntax

// Delphi
public
  function IsSupported(
    const _operation : TGIS_OperationType
  ) : Boolean; virtual;
// C++ Builder
public:
  virtual bool IsSupported(
    TGIS_OperationType* const _operation
  );

Parameters

Name Type Description
_operation TGIS_OperationType operation

Result

Type Description
Boolean True if the operation is supported by the layer
2025/01/31 01:07

Page Tools