IFilterGetSymbolPolygon Method

Create symbol polygon for ISymbolLibraryEntry.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static IPolyClass GetSymbolPolygon(
	ISymbolLibraryEntry symbol
)

Parameters

symbol  ISymbolLibraryEntry
The basic symbol to create the IPolyClass.

Return Value

IPolyClass
null or polygon of symbol

See Also