Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / ArticleReferences Property

ArticleReferences Property (PlanningSegment)
Returns Eplan.EplApi.DataModel.ArticleReferences that are referenced by PlanningSegment.
Syntax
public virtual ArticleReference[] ArticleReferences {get;}

Property Value

ArticleReferences related with the PlanningSegment
Exceptions
ExceptionDescription
Thrown when internal error occured.
Remarks
The property does not work for Functions retrieved from transient objects, like macros. In this case please use properties FUNC_ARTICLE_PARTNR, FUNC_ARTICLE_VARIANT, FUNC_ARTICLE_COUNT
See Also