IODBLayerGetSymbolNameFromShapeIndex Method

Returns the ODBString for the ShapeIndex or Empty String

Definition

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

Parameters

ShapeIndex  Int32
Index of the symbol.

Return Value

String
ODBString or Empty

Implements

InterfaceODBLayerGetSymbolNameFromShapeIndex(Int32)

See Also