IFilterUpdateSpecialSymbolContent Method

Updates the feature file of an existing special symbol with existingJobSpecialSymbol.Name in the currently loaded design with the new content existingJobSpecialSymbol.SpecialFileContent All Pad instances of this Job Special Symbol will be updated/influenced

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool UpdateSpecialSymbolContent(
	ISymbolLibraryEntry existingJobSpecialSymbol
)

Parameters

existingJobSpecialSymbol  ISymbolLibraryEntry
Symbol definition with an existing name and a new content

Return Value

Boolean
true if successful

See Also