IODBLayerUnflattenLinesToArcs(Boolean) Method

Try to replace line combinations with arcs.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool UnflattenLinesToArcs(
	bool OnlySelected
)

Parameters

OnlySelected  Boolean
Only selected lines or all elements on this layer.

Return Value

Boolean
True if method run to end.

See Also