InterfaceMatrixFindSideLayerLayerName Method

Return the first layer of the relevant layer type if top side true. If searching bot side it returns the first layername of the relevant layer type after first signal layer block.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
string FindSideLayerLayerName(
	MatrixLayerType relType,
	bool topSide,
	bool toLower = false
)

Parameters

relType  MatrixLayerType
The relevant layer type of the searched layer.
topSide  Boolean
 
toLower  Boolean  (Optional)
 

Return Value

String
The name of found layer or empty string.

See Also