ILayerMoveLayer(PointD) 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(
	PointD offsetMoveInMils
)

Parameters

offsetMoveInMils  PointD
 

Return Value

Boolean
True if the move has worked.

Implements

InterfaceLayerMoveLayer(PointD)

See Also