IStepGetAllCMPObjects(Boolean) Method

Get All used CMPs on top and bot CMP layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<ICMPObject> GetAllCMPObjects(
	bool IncludeAllBoardComponentLayer
)

Parameters

IncludeAllBoardComponentLayer  Boolean
Include inner component layers like embedded definitions and multible component layers.

Return Value

ListICMPObject
List of all components.

See Also