InterfaceMatrixSetMatrixLayerAddType(String, MatrixLayerAddType, Boolean) 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,
	bool fireEvent
)

Parameters

LayerName  String
the relevant layer name
AddType  MatrixLayerAddType
AddType of layer
fireEvent  Boolean
Fire Matrix Update Event

See Also