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