LayerCollectionMove Method

Spotfire 15.0 API Reference
Moves the specified layer within this collection.

Namespace:  Spotfire.Dxp.Application.Visuals.Layers
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public void Move(
	Layer layer,
	int toIndex
)

Parameters

layer
Type: Spotfire.Dxp.Application.Visuals.LayersLayer
The layer to move.
toIndex
Type: SystemInt32
The index to move the layer to.
Version Information

Supported in: 15.0, 14.8, 14.7, 14.6
See Also

Reference