InterfaceMatrixSetMatrixLayerAddType(String, MatrixLayerAddType) Method

Set the layer add type.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetMatrixLayerAddType(
	string layerName,
	MatrixLayerAddType addType
)

Parameters

layerName  String
 
addType  MatrixLayerAddType
 

See Also