Eplan Platform API
Eplan.EplApi.System Namespace / EplApplication Class / ShowPartSelectionDialog Method / ShowPartSelectionDialog(String,String,PartsDatabaseItemType) Method
The part number or name of the selected item. Can be set to preselect an item.
The variant of the selected item. Can be set to preselect a item (only used on parts).
The type of the selected item. Can be set to preselect a item.

In This Topic
    ShowPartSelectionDialog(String,String,PartsDatabaseItemType) Method
    In This Topic
    Select item from the current parts database
    Syntax

    Parameters

    strPartNr
    The part number or name of the selected item. Can be set to preselect an item.
    strVariant
    The variant of the selected item. Can be set to preselect a item (only used on parts).
    nPartType
    The type of the selected item. Can be set to preselect a item.

    Return Value

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