IFilterCopySymbol(Int32, InterfaceODBLayer) 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,
	InterfaceODBLayer parentLayer
)

Parameters

shapeIndexOfOriginal  Int32
Index to identify the original symbol.
parentLayer  InterfaceODBLayer
The relevant layer, where the symbol is used.

Return Value

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

Implements

InterfaceFilterCopySymbol(Int32, InterfaceODBLayer)

See Also