IODBLayerGetShapeIndexFromSymbolName Method

Check Symbol exists and search for the index, if no symbol found it returns -1.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public int GetShapeIndexFromSymbolName(
	string ODBSymbol_String
)

Parameters

ODBSymbol_String  String
Name of the symbol (same as ODBSymbol_String in line/arc/pad specifics).

Return Value

Int32
index of symbol or -1 if not exists.

Implements

InterfaceODBLayerGetShapeIndexFromSymbolName(String)

See Also