Moves this instance to the specified targetCollection. This Layer
is removed from the LayerCollection where is currently resides and placed last
in the targetCollection.
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 MoveTo( LayerCollection targetCollection )
Parameters
- targetCollection
- Type: Spotfire.Dxp.Application.Visuals.LayersLayerCollection
The layer collection to which this layer shall be moved.
Version Information
Supported in: 15.0, 14.8, 14.7, 14.6
See Also