User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layer.lock_void

Table of Contents

TGIS_Layer.Lock method

DK11 for Python | tatukgis.pdk.TGIS_Layer.Lock | Constructors | Methods | Properties | Events

Locks layer in burst-mode operation.

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

Syntax

# Python
def Lock(
  self
) -> None: 

Remarks

Extent for viewer will not be refreshed (i.e., extent will not be recalculated).

Calling Lock, disables any projection-level operations. AddPoint/GetPoint will operate in the layer's native coordinates.

See TGIS_Shape.Lock for a similar example.

2022/11/21 01:50

Page Tools