API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetAll<T> Method

In This Topic
    GetAll<T> Method (DMObjectsFinder)
    In This Topic
    Syntax
    public StorableObject[] GetAll<T>( 
       bool bWithDerived
    )
    public:
    array<StorableObject^>^ GetAllgeneric<typename T>
    ( 
       bool bWithDerived
    ) 

    Parameters

    bWithDerived

    Type Parameters

    T
    See Also