IODBObjectSetOffset(PointD, Boolean) Method

Move the object.

Definition

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

Parameters

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

Implements

InterfaceODBObjectSetOffset(PointD, Boolean)

See Also