ILayerMoveLayer(PointF) Method

Move the layer to the postition.

Definition

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

Parameters

offsetMoveInMils  PointF
 

Return Value

Boolean
True if the move has worked.

Implements

InterfaceLayerMoveLayer(PointF)

See Also