IFilterGetSymbolByName(String, InterfaceODBLayer) Method

Get the symbol by checking the full name of the symbol (the name must be cad conform e.g. no space).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IFilterToolDefinition GetSymbolByName(
	string symbolFullName,
	InterfaceODBLayer parentLayer
)

Parameters

symbolFullName  String
Type+ "x" + Diameter e.g. rx100, the diameter is conditioned of the choosed unit of PCB-Investigator.
parentLayer  InterfaceODBLayer
The current layer of the symbol

Return Value

IFilterToolDefinition
the tool definition of the symbol, or an empty symbol.

Implements

InterfaceFilterGetSymbolByName(String, InterfaceODBLayer)

See Also