IFilterCopySymbol(Int32, IODBLayer) Method

Copy existing Symbol of parent layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public 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.

Implements

InterfaceFilterCopySymbol(Int32, IODBLayer)

See Also