INoteBaseMoveAnchor Method

Change location of the anchor point.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public virtual void MoveAnchor(
	PointD world,
	int id
)

Parameters

world  PointD
New location of the anchor point (If in bottomview when set, the x-coordinate should be mirrored).
id  Int32
 

See Also