InterfaceLayerRotateLayer Method

Rotate all elements on this layer.

Definition

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

Parameters

Clockwise  Boolean
Direction to rotate.

Return Value

Boolean
True if the rotation was successful.

See Also