User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.unlock_void

Table of Contents

TGIS_Layer.Unlock method

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

Unlocks layer from burst-mode operation.

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

Syntax

// Delphi
public
  procedure Unlock; virtual;
// C++ Builder
public:
  virtual void Unlock(void);

Remarks

Do so after Lock. This method will modify layer and viewer extent.

See TGIS_Shape.Lock for similar example.

2022/11/16 01:18

Page Tools