ICMPLayerMoveLayer(PointF) Method

Move the layer to the postition.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public override bool MoveLayer(
	PointF offsetMoveInMils
)

Parameters

offsetMoveInMils  PointF
The offset in X/Y direction in wich the layer should move.

Return Value

Boolean
True if the move has worked.

Implements

InterfaceLayerMoveLayer(PointF)
InterfaceLayerMoveLayer(PointF)

See Also