User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.isvisible_tgis_extent

Table of Contents

TGIS_Layer.IsVisible method

DK11 for Delphi | GisLayer.TGIS_Layer.IsVisible | Constructors | Fields | Methods | Properties | Events

Checks if the layer is visible in a defined extent and current params.

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

Syntax

// Delphi
public
  function IsVisible(
    const _extent : TGIS_Extent
  ) : Boolean;
// C++ Builder
public:
  bool IsVisible(
    TGIS_Extent* const _extent
  );

Parameters

Name Type Description
_extent TGIS_Extent extent to be checked

Result

Type Description
Boolean True if the layer is visible
2022/11/16 01:18

Page Tools