IDragAndDropManagerSetAnchorPoints Method

Sets a List of AnchorPoints. Attention: Lists are not cloned, ClearAnchorPoints(true) will manipulate passed lists!

Definition

Namespace: PCBI.Automation.DragAndDrop
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetAnchorPoints(
	ref List<PointRasterManager> anchorPointsList
)

Parameters

anchorPointsList  ListPointRasterManager
List of AnchorPointLists

See Also