IMatrixGetMatrixLayerType Method

The matrix layer type returns unknown if the LayerName or the matrix are unknown.

Definition

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

Parameters

LayerName  String
string

Return Value

MatrixLayerType
MatrixLayerType (enum)

Implements

InterfaceMatrixGetMatrixLayerType(String)

See Also