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

Parameters

layerName  String
 
context  MatrixLayerContext
 

See Also