Click or drag to resize

LayerMoveLayer Method

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
)

Parameters

parent
Type: RootPro.RootProCADLayer
Layer that represents the parent layer.
index
Type: SystemInt32
The position to insert into the parent layer.
See Also