IMatrixCopyLayer(String, String) Method

Copy the layer

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public string CopyLayer(
	string LayerName,
	string newLayerName
)

Parameters

LayerName  String
old layer name
newLayerName  String
name of the second layer

Return Value

String
name of layer, it's possible that it is different to newLayerName

Implements

InterfaceMatrixCopyLayer(String, String)

See Also