IFilterDoesSymbolExist Method

Checks whether a Symbol-Name already exists or not

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool DoesSymbolExist(
	string cadConformName,
	IPCBIWindow pcbi
)

Parameters

cadConformName  String
Name of the Symbol to check
pcbi  IPCBIWindow
The main Window with a loaded job

Return Value

Boolean
true/false

See Also