API Help
Eplan.EplApi.DataModel Namespace / Connection Class / ArticleReferences Property

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

Property Value

ArticleReferences related with the Connection
Exceptions
ExceptionDescription
Thrown when internal query for connections throws exception
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