InterfaceFilterCopySymbol(Int32, InterfaceODBLayer) 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,
	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.

See Also