public: void PartToProject( Project^ oProject, ArrayList^ lParts )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | Project for which the parts will be updated. |
| lParts | List of parts which will be updated. |
public: void PartToProject( Project^ oProject, ArrayList^ lParts )
| Parameter Name | Description |
|---|---|
| oProject | Project for which the parts will be updated. |
| lParts | List of parts which will be updated. |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown if NULL was passed as an argument. |
| System.ArgumentException | Thrown in case of invalid arguments, e.g. the project is not valid. |
| Eplan.EplApi.Base.BaseException | Thrown if the synchronization finished with errors. |