IMatrixSetMatrixLayerContext(String, MatrixLayerContext) 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
)

Parameters

LayerName  String
the relevant layer
Context  MatrixLayerContext
new value of context

Implements

InterfaceMatrixSetMatrixLayerContext(String, MatrixLayerContext)

See Also