IMatrixGetBotSignalLayer(Boolean) Method

Returns the last signal layer of the signal block.

Definition

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

Parameters

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

Return Value

String
String name of the bottom signal layer.

Implements

InterfaceMatrixGetBotSignalLayer(Boolean)

See Also