InterfaceMatrixSetMatrixLayerContext(String, MatrixLayerContext, Boolean) Method

Set context for one layer.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetMatrixLayerContext(
	string LayerName,
	MatrixLayerContext Context,
	bool fireEvent
)

Parameters

LayerName  String
the relevant layer
Context  MatrixLayerContext
new value of context
fireEvent  Boolean
Fire Matrix Update Event

See Also