DK11 for Python | tatukgis.pdk.TGIS_Layer.Lock | Constructors | Methods | Properties | Events
Locks layer in burst-mode operation.
# Python def Lock( self ) -> None:
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.