InterfaceFilterCopySymbol(Int32, IODBLayer) Method

Copy existing Symbol of parent layer.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IFilterToolDefinition CopySymbol(
	int ShapeIndexOfOriginal,
	IODBLayer ParentLayer
)

Parameters

ShapeIndexOfOriginal  Int32
Index to identify the original symbol.
ParentLayer  IODBLayer
The relevant layer, where the symbol is used.

Return Value

IFilterToolDefinition
Null if some problems appear or the new symbol definition.

See Also