DK for Python | tatukgis_pdk.TGIS_Layer.Move | Constructors | Methods | Properties | Events
Moves a layer up or down in the viewer zorder list.
# Python def Move( self, _step: int ) -> None:
Name | Type | Description |
---|---|---|
_step | int | how many steps and in which direction a layer must be moved; negative values mean movement to the front. |