API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetArticleReferences Method
a ArticleReferencesFilter, can be null

In This Topic
    GetArticleReferences Method (DMObjectsFinder)
    In This Topic
    Returns ArticleReferences matching given filter.
    Syntax

    Parameters

    filter
    a ArticleReferencesFilter, can be null

    Return Value

    * ArticleReferences matching given ArticleReferencesFilter. * all ArticleReferences when 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 when internal used query throw exception.
    See Also