ICMPObjectGetOutline(Boolean) Method

Creates a list of all elements building the outline.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<IObjectSpecifics> GetOutline(
	bool includePins
)

Parameters

includePins  Boolean
The outline includes pins.

Return Value

ListIObjectSpecifics
List of lines and arcs.

Implements

InterfaceCMPObjectGetOutline(Boolean)

See Also