User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.move_integer

Table of Contents

TGIS_Layer.Move method

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.Move | Constructors | Fields | Methods | Properties | Events

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

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

Syntax

// C#
public virtual void Move(
  int _step
);
' VisualBasic
Public Overridable Sub Move(
  ByVal _step As Integer
)
// Oxygene
public
  procedure Move(
    _step : Integer
  ); virtual;

Parameters

Name Type Description
_step int
Integer
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.

2022/11/16 01:31

Page Tools