InterfaceMatrixSetMatrixLayerType(String, MatrixLayerType) Method

Set type for one layer.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetMatrixLayerType(
	string layerName,
	MatrixLayerType type
)

Parameters

layerName  String
 
type  MatrixLayerType
 

See Also