public virtual void RemoveArticleReference( ArticleReference artRef )
public: virtual void RemoveArticleReference( ArticleReference^ artRef )
Parameters
| Parameter Name | Description |
|---|---|
| artRef | The articlereference to remove |
public virtual void RemoveArticleReference( ArticleReference artRef )
public: virtual void RemoveArticleReference( ArticleReference^ artRef )
| Parameter Name | Description |
|---|---|
| artRef | The articlereference to remove |
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when artRef is null. |
| Eplan.EplApi.DataModel.DataModelException | Thrown when the object in the articlereference is not this PlanningSegment |
| Eplan.EplApi.DataModel.RemoveFailedException | Thrown when IsArticleDataReadOnly is true. |
| Eplan.EplApi.DataModel.FixedDeviceException | Thrown if IsFixedDevice is true. |