InterfaceMatrixGetBotSilkScreenLayerName Method

Return the first silk screen layer after the signal block, there can be a later silk screen layer e.g. if there is a copy at the end of the stackup.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
string GetBotSilkScreenLayerName(
	bool toLower = false
)

Parameters

toLower  Boolean  (Optional)
 

Return Value

String
The silk screen layer after the signal block or empty string if no silk screen layer is found after signal block.

See Also