IFilterAddToolDefinitionSpecial(IODBLayer, IODBLayer, Int32) Method

Copy of symbol from one layer to other layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static int AddToolDefinitionSpecial(
	IODBLayer LayerDst,
	IODBLayer LayerSrc,
	int ShapeIndexOnSrcLayer
)

Parameters

LayerDst  IODBLayer
Destination layer for the symbol copy.
LayerSrc  IODBLayer
Source layer, from which one the symbol is coming.
ShapeIndexOnSrcLayer  Int32
To identify the symbol on the source layer the shape index is needed.

Return Value

Int32
The shape index on the destination layer.

See Also