Parameters
- oProject
- Project to which this object will be assign. Can't be null.
- strArticleNr
- Part number of article used to create this object. Can't be null or have zero length.
- strVariant
- Part variant of article.
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when param is null value. Check exception message for more info. |
| System.ArgumentException | Thrown if strArticleNr has zero length. |
| Eplan.EplApi.DataModel.ObjectCreationException | Thrown when the Cabinet cannot be created. |