InterfaceODBObjectSetOffset(PointD, Boolean) Method

Move the object.

Definition

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

Parameters

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

See Also