IFilterGetSymbolByShapeIndex(Int32, InterfaceODBLayer) Method

Get the symbol information for the givcen ShapeIndex and Layer

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IFilterToolDefinition GetSymbolByShapeIndex(
	int shapeIndex,
	InterfaceODBLayer parentLayer
)

Parameters

shapeIndex  Int32
Shapeindex of the wanted Symbol
parentLayer  InterfaceODBLayer
 

Return Value

IFilterToolDefinition

Implements

InterfaceFilterGetSymbolByShapeIndex(Int32, InterfaceODBLayer)

See Also