InterfaceFilterGetSymbolByShapeIndex(Int32, InterfaceODBLayer) Method

Get the symbol information for the givcen ShapeIndex and Layer

Definition

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

Parameters

shapeIndex  Int32
Shapeindex of the wanted Symbol
parentLayer  InterfaceODBLayer
Layer where the ShapeIndex is used

Return Value

IFilterToolDefinition

See Also