IODBObjectSetOffset(Single, Single, Boolean) Method

Move the object.

Definition

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

Parameters

offsetX  Single
distance in mils in x dirextion
offsetY  Single
distance in mils in y direction
AddUndo  Boolean  (Optional)
Add the offset action to undo list.

Implements

InterfaceODBObjectSetOffset(Single, Single, Boolean)

See Also