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