IMatrixSetMatrixLayerType(String, MatrixLayerType) Method

Set type for one layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetMatrixLayerType(
	string LayerName,
	MatrixLayerType LayerType
)

Parameters

LayerName  String
the relevant layer
LayerType  MatrixLayerType
new value of type

Implements

InterfaceMatrixSetMatrixLayerType(String, MatrixLayerType)

See Also