public bool ShowPartSelectionDialog( ref string strPartNr, ref string strVariant, ref EplApplication.PartsDatabaseItemType nPartType )
public: bool ShowPartSelectionDialog( String^% strPartNr, String^% strVariant, EplApplication.PartsDatabaseItemType% nPartType )
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.