User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_layer.move_integer

Table of Contents

TGIS_Layer.Move method

DK for Python | tatukgis_pdk.TGIS_Layer.Move | Constructors | Methods | Properties | Events

Moves a layer up or down in the viewer zorder list.

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

Syntax

# Python
def Move(
  self,
  _step: int
) -> None: 

Parameters

Name Type Description
_step int how many steps and in which direction a layer must be moved; negative values mean movement to the front.

Remarks

To move only visible layers (HideFromLegend=False) use TGIS_Layer.MoveEx instead.

2025/01/31 01:20

Page Tools