IMatrixRenameLayer(String, String) Method

Rename one layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool RenameLayer(
	string OldLayerName,
	string NewLayerName
)

Parameters

OldLayerName  String
The real name of the layer before it will be changed.
NewLayerName  String
The new name to overriede the old one.

Return Value

Boolean
False if there was an error.

Implements

InterfaceMatrixRenameLayer(String, String)

See Also