IDragAndDropManagerClearAnchorPoints Method

Remove all anchor points.

Definition

Namespace: PCBI.Automation.DragAndDrop
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void ClearAnchorPoints(
	bool deepClear = true
)

Parameters

deepClear  Boolean  (Optional)
if true, the internal lists are also cleared. Attention when SetAnchorPoints() was used, as this hold a reference to the passed lists.

See Also