InterfaceLayerMoveLayer(PointD) Method

Move all elements on this layer.

Definition

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

Parameters

offsetMoveInMils  PointD
Value to move in X and Y direction.

Return Value

Boolean
True if the move was successful.

See Also