InterfaceMatrixCopyLayer(String, String) Method

Copy the layer

Definition

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

Parameters

layerName  String
 
newLayerName  String
name of the second layer

Return Value

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

See Also