InterfaceStepGetCMPLayer Method

Get a CMP-layer, depending on Top or Bot. This returns null if no such layer exists!

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
ICMPLayer GetCMPLayer(
	bool top
)

Parameters

top  Boolean
 

Return Value

ICMPLayer
The ICMPLayer or null.

See Also