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

Parameters

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

Implements

InterfaceMatrixSetMatrixLayerType(String, MatrixLayerType, Boolean)

See Also