UpdatePartsFromDataPortal Method
In This Topic
Method checks if there is newer version of part in EPLAN Data Portal. If newer version of part is found then update is performed.
Syntax
Parameters
- colPartsToUpdate
- Collection of parts to update. Parts needs to be from the current parts database set in parts management.
Return Value
Array of updated part numbers.
Exceptions
Exception | Description |
ArgumentNullException | If colPartsToUpdate is NULL. |
ArgumentException | If collection colPartsToUpdate is empty. |
ArgumentException | If one of part from colPartsToUpdate is not from the current parts database set in parts management. |
ArgumentException | If this 'MDPartsDatabase' object is different than parts database set in parts management. |
ApplicationException | The internal interface necessary for
parts update could not be created. |
ApplicationException | There was a problem with connection to EPLAN Data Portal. |
ApplicationException | Cretedntials for EPLAN Data Portal are invalid. |
ApplicationException | There was a problem with parts update. |
See Also