IMatrixGetBotSignalLayer(Boolean, Boolean) Method

Returns the last signal layer of the signal block, depending of ignore spaces it find the last of all layers.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public string GetBotSignalLayer(
	bool IgnoreSpaces,
	bool ToLower = false
)

Parameters

IgnoreSpaces  Boolean
True mean it checks all layers not only the first signal block.
ToLower  Boolean  (Optional)
Change all chars of layername to lower case.

Return Value

String
String name of the bottom signal layer.

Implements

InterfaceMatrixGetBotSignalLayer(Boolean, Boolean)

See Also