InterfaceMatrixSetMatrixLayerType(String, MatrixLayerType, Boolean) 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 LayerType,
	bool fireEvent
)

Parameters

LayerName  String
the relevant layer
LayerType  MatrixLayerType
new value of type
fireEvent  Boolean
Fire Matrix Update Event

See Also