IMatrixGetMatrixLayerContext Method

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

Definition

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

Parameters

LayerName  String
string

Return Value

MatrixLayerContext
MatrixLayerContext (enum)

Implements

InterfaceMatrixGetMatrixLayerContext(String)

See Also