InterfaceFilterGetUsedSymbolList(InterfaceODBLayer) Method

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

Definition

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

Parameters

Layer  InterfaceODBLayer
The parent layer.

Return Value

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

See Also