API Help
Eplan.EplApi.System Namespace / EplApplication Class / ShowPartSelectionDialog Method / ShowPartSelectionDialog(String,String) Method
The part number of the selected part. Can be set to preselect a part.
The variant of the selected part. Can be set to preselect a part.

In This Topic
ShowPartSelectionDialog(String,String) Method
In This Topic
Select part from the current parts database
Syntax
public bool ShowPartSelectionDialog( 
   ref string strPartNr,
   ref string strVariant
)

Parameters

strPartNr
The part number of the selected part. Can be set to preselect a part.
strVariant
The variant of the selected part. Can be set to preselect a part.

Return Value

true, if a selection is committed successfully.
Remarks
Method ignores QuietMode and always shows dialog.
See Also