DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Move | Methods | Properties
Moves a layer up or down in the viewer zorder list.
// C# public void Move( int _step );
' VisualBasic Public Sub Move( ByVal _step As Integer )
// Oxygene public procedure Move( _step : Integer );
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. |