Moves the layer to the specified position.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void MoveLayer(
Layer parent,
int index
)
Public MustOverride Sub MoveLayer (
parent As Layer,
index As Integer
)
Parameters
- parent
- Type: RootPro.RootProCADLayer
Layer that represents the parent layer. - index
- Type: SystemInt32
The position to insert into the parent layer.
See Also