Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetArticleReferencesWithCF Method
A custom filter object implementing the Eplan.EplApi.DataModel.ICustomFilter interface

In This Topic
    GetArticleReferencesWithCF Method
    In This Topic
    Returns Eplan.EplApi.DataModel.ArticleReferences matching the given filter.
    Syntax
    public ArticleReference[] GetArticleReferencesWithCF( 
       ICustomFilter filter
    )
    public:
    array<ArticleReference^>^ GetArticleReferencesWithCF( 
       ICustomFilter^ filter
    ) 

    Parameters

    filter
    A custom filter object implementing the Eplan.EplApi.DataModel.ICustomFilter interface

    Return Value

    Eplan.EplApi.DataModel.ArticleReferences matching the given custom filter
    • All Eplan.EplApi.DataModel.ArticleReferences if the filter is NULL
    • Only valid ArticleReferences are returned (where ArticleReference.Count > 0 and ArticleReference.PartNr <> "").
    • This 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