IMatrixGetMatrixLayerAddType Method

The matrix layer add_type returns unknown if the LayerName or the matrix are unknown. This property is new since ODB++ 8.0.

Definition

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

Parameters

LayerName  String
Name of relevant layer

Return Value

MatrixLayerAddType
MatrixLayerAddType (enum)

Implements

InterfaceMatrixGetMatrixLayerAddType(String)

See Also