InterfaceMatrixGetMatrixLayerContext Method

Returns the layer context, if the context is not board or misc it returns unknown.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
MatrixLayerContext GetMatrixLayerContext(
	string layerName
)

Parameters

layerName  String
 

Return Value

MatrixLayerContext
MatrixLayerContext (enum)

See Also