IPCBIWindowShowAndGetPartDefinition Method

Show dialog to create own part definitions or load them from your libraries.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IPartLibraryEntry ShowAndGetPartDefinition(
	string preSelectLib = "",
	string preSelectPart = "",
	List<FilterParameter> filter = null,
	IPackageSpecificsD previewPackage = null
)

Parameters

preSelectLib  String  (Optional)
Pre select a library.
preSelectPart  String  (Optional)
Select part while opening dialog.
filter  ListFilterParameter  (Optional)
Filter shown parts.
previewPackage  IPackageSpecificsD  (Optional)
Draw package in background if available.

Return Value

IPartLibraryEntry
Part definition of selection in the dialog or null if the creation/loading was canceled.

See Also