IMatrixSetMatrixLayerAddType(String, MatrixLayerAddType) Method

Set the layer add type.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetMatrixLayerAddType(
	string LayerName,
	MatrixLayerAddType AddType
)

Parameters

LayerName  String
the relevant layer name
AddType  MatrixLayerAddType
AddType of layer

Implements

InterfaceMatrixSetMatrixLayerAddType(String, MatrixLayerAddType)

See Also