IFilterGetSymbolByShapeIndex(Int32, IODBLayer) 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,
	IODBLayer ParentLayer
)

Parameters

shapeIndex  Int32
Shapeindex of the wanted Symbol
ParentLayer  IODBLayer
Layer where the ShapeIndex is used

Return Value

IFilterToolDefinition

Implements

InterfaceFilterGetSymbolByShapeIndex(Int32, IODBLayer)

See Also