InterfaceODBLayerGetShapeIndexFromSymbolName Method

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

Definition

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

Parameters

odbSymbol_String  String
 

Return Value

Int32
index of symbol or -1 if not exists.

See Also