InterfaceMatrixRenameLayer(String, String) Method

Rename one layer.

Definition

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

Parameters

oldLayerName  String
 
newLayerName  String
 

Return Value

Boolean
False if there was an error.

See Also