IPackageSpecificsDAddOutline(IPolyClass) Method

Defined the body of the package as IPolyClass (definition as lines and arc edges) and add it to existing outline.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool AddOutline(
	IPolyClass ContourRecord
)

Parameters

ContourRecord  IPolyClass
The package outline

Return Value

Boolean
true if successful

Implements

InterfacePackageSpecificsDAddOutline(IPolyClass)

See Also