IFilterGetUsedSymbolList(IODBLayer) Method

Creates a list of all defined tools. Int = ShapeIndex, ToolDefinition = details of the tool.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Dictionary<int, IFilterToolDefinition> GetUsedSymbolList(
	IODBLayer Layer
)

Parameters

Layer  IODBLayer
The parent layer.

Return Value

DictionaryInt32, IFilterToolDefinition
A list of created tools on the layer.

Implements

InterfaceFilterGetUsedSymbolList(IODBLayer)

See Also