Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetArticleReferences Method
A Eplan.EplApi.DataModel.ArticleReferencesFilter, can be NULL

In This Topic
    GetArticleReferences Method (DMObjectsFinder)
    In This Topic
    Returns Eplan.EplApi.DataModel.ArticleReferences matching the given filter.
    Syntax

    Parameters

    Parameter NameDescription
    filterA Eplan.EplApi.DataModel.ArticleReferencesFilter, can be NULL

    Return Value

    Eplan.EplApi.DataModel.ArticleReferences matching the given Eplan.EplApi.DataModel.ArticleReferencesFilter
    • All Eplan.EplApi.DataModel.ArticleReferences if the filter is NULL
    • Only valid ArticleReferences are returned (where ArticleReference.Count > 0 and ArticleReference.PartNr <> "")
    • Method doesn't return ArticleReference from ConnectionDefinitionPoint.
    • ArticleReferences are transient objects - they are in fact on a corresponding Connection.
    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    See Also