Parameters
- strArticleNR
- article's number
- strVariantNR
- article's variant number
- nCount
- count of articles to add
Return Value
Article added to the PlanningSegment
| Exception | Description | 
|---|---|
| Eplan.EplApi.Base.BaseException | Thrown when the Article cannot be added | 
| System.ArgumentNullException | Thrown when strArticleNRisnull. | 
| System.ArgumentNullException | Thrown when strVariantNRisnull. | 
| Eplan.EplApi.DataModel.CannotAddArticleException | Thrown when there is too many article reference or IsArticleDataReadOnlyis true. | 
| Eplan.EplApi.DataModel.FixedDeviceException | Thrown if IsFixedDevice is true. |