IMatrixGetBotSilkScreenLayerName 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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public string GetBotSilkScreenLayerName(
	bool ToLower = false
)

Parameters

ToLower  Boolean  (Optional)
Change all chars of layername to lower case.

Return Value

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

Implements

InterfaceMatrixGetBotSilkScreenLayerName(Boolean)

See Also