IODBLayerRotateLayer(Double) Method

Rotate the layer by the specified angle (degree).

Definition

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

Parameters

Angle  Double
Angle to rotate the layer e.g. 180 degree or 45 degree.

Return Value

Boolean
True if the command was working or false if a error occurs.

Implements

InterfaceODBLayerRotateLayer(Double)

See Also