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: 69.0.21424.2902 (69.0.21424.2902)
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: 14.7, 14.6
See Also