API Help
Eplan.EplApi.System Namespace / EplApplication Class / ShowPartSelectionDialog Method / ShowPartSelectionDialog() Method

In This Topic
ShowPartSelectionDialog() Method
In This Topic
Selects parts from the current parts database
Syntax
public KeyValuePair<string,string>[] ShowPartSelectionDialog()

Return Value

NULL, if the selection was not committed with OK button. Otherwise, an array of string pairs where first string is a part number of a selected article and the second string is its variant name.
Remarks
Method ignores QuietMode and always shows dialog.
See Also