InterfaceMatrixDeleteLayer(String, Boolean) Method

Deletes a layer.

Definition

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

Parameters

layerName  String
 
save  Boolean
 

Return Value

Boolean
remove ok?

See Also