InterfaceODBObjectSetOffset(PointF, Boolean) Method

Move the object.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetOffset(
	PointF offset,
	bool addUndo = true
)

Parameters

offset  PointF
The distance in mils for X and Y direction
addUndo  Boolean  (Optional)
 

See Also