IMatrixMakeDocumentFromComponents Method

Create document layer from compoonent layer top or bottom. This method uses current step and do not work on other steps!

Definition

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

Parameters

Top  Boolean
The relevant component layer is top side or bottom side?

Return Value

Boolean
False if an error happens.

Implements

InterfaceMatrixMakeDocumentFromComponents(Boolean)

See Also