IStepGetCMPLayer Method

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

Definition

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

Parameters

Top  Boolean
True if you want the top cmp layer, false if you want the bottom cmp layer.

Return Value

ICMPLayer
The ICMPLayer or null.

Implements

InterfaceStepGetCMPLayer(Boolean)

See Also