DK for Java | tatukgis.jdk.TGIS_Layer.Move | Constructors | Fields | Methods | Properties | Events
Moves a layer up or down in the viewer zorder list.
// Java public void Move( int _step );
// Oxygene public procedure Move( _step : Integer ); virtual;
| 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. |