IFilterGetSymbolByName(String, IODBLayer) 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,
	IODBLayer ParentLayer
)

Parameters

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

Return Value

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

Implements

InterfaceFilterGetSymbolByName(String, IODBLayer)

See Also