IMatrixSetMatrixLayerContext(String, MatrixLayerContext, Boolean) Method

Set context for one layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public 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

Implements

InterfaceMatrixSetMatrixLayerContext(String, MatrixLayerContext, Boolean)

See Also