ILayerRotateLayer Method

Rotate the layer 90° clockwise or counter-clockwise.

Definition

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

Parameters

Clockwise  Boolean
In wich direction should the layer rotate?

Return Value

Boolean
True if the rotation has worked.

Implements

InterfaceLayerRotateLayer(Boolean)

See Also