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

In This Topic
    GetStorableObjectsWithCF Method
    In This Topic
    This function takes all objects of the StorableObject class and all classes that inherit from StorableObject except Eplan.EplApi.DataModel.Page objects and filters them with the given filter.
    Syntax
    public StorableObject[] GetStorableObjectsWithCF( 
       ICustomFilter filter
    )
    public:
    array<StorableObject^>^ GetStorableObjectsWithCF( 
       ICustomFilter^ filter
    ) 

    Parameters

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

    Return Value

    Eplan.EplApi.DataModel.StorableObjects matching the given custom filter
    • All Eplan.EplApi.DataModel.StorableObjects if the filter is NULL
    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    See Also