InterfaceODBObjectSetOffset(Single, Single, Boolean) Method

Move the object.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
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)
 

See Also