InterfaceMatrixGetBotSignalLayer(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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
string GetBotSignalLayer(
	bool ignoreSpaces,
	bool toLower = false
)

Parameters

ignoreSpaces  Boolean
 
toLower  Boolean  (Optional)
 

Return Value

String
String name of the bottom signal layer.

See Also