Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetStorableObjects Method / GetStorableObjects(StorableObjectsFilter) Method
a StorableObjectsFilter, can be null

In This Topic
    GetStorableObjects(StorableObjectsFilter) Method
    In This Topic
    This function takes all objects of classes StorableObject and inherited from StorableObject except Page and filters them with the given filter. This method does not return Eplan.EplApi.DataModel.Graphics.PropertyPlacement and Eplan.EplApi.DataModel.MasterData.Symbol.
    Syntax

    Parameters

    filter
    a StorableObjectsFilter, can be null

    Return Value

    * StorableObjects matching given StorableObjectsFilter. * all StorableObjects when filter is null.
    Exceptions
    ExceptionDescription
    Thrown when internal used query throw exception.
    See Also