IFilterGetSpecialSymbols Method

Returns the feature path of each Special Symbol, including the ToolDefinition as value

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Dictionary<string, IFilterToolDefinition> GetSpecialSymbols()

Return Value

DictionaryString, IFilterToolDefinition
Path to feature file as key, ToolDefinition as value

See Also