IStepSetOriginStepHDR Method

Set the origin of step header. This is used for Step and Repeat in other steps where this is a child step.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetOriginStepHDR(
	PointD Origin
)

Parameters

Origin  PointD
Origin of step header.

Implements

InterfaceStepSetOriginStepHDR(PointD)

See Also