InterfaceODBLayerRotateLayer(Double) Method

Rotate the layer by the specified angle (degree).

Definition

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

Parameters

angle  Double
 

Return Value

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

See Also