IPinGetPolygonOutline(InterfaceCMPObject) Method

Creates outline as IPolyClass.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IPolyClass GetPolygonOutline(
	InterfaceCMPObject parentCMP
)

Parameters

parentCMP  InterfaceCMPObject
The component which contains the pin

Return Value

IPolyClass
Polygon of Object.

Implements

InterfacePinGetPolygonOutline(InterfaceCMPObject)

See Also