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

In This Topic
    GetStorableObjects(StorableObjectsFilter,Boolean) 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
    bWithPlacements
    If Placaments should be returned.

    Return Value

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