DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.MoveEx | Methods | Properties
Moves a layer up or down in the viewer zorder list (only visible layers). This procedure takes into account only visible layers; invisible layers (HideFromLegend=True) located after current layer will be moved together. If current layer is not visible, then the nearest visible (but previous on the Items list) layer will be used as an anchor.
// C# public void MoveEx( int _step );
' VisualBasic Public Sub MoveEx( ByVal _step As Integer )
// Oxygene public procedure MoveEx( _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. |