Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetCustomMateEntries Method
A Placements3DFilter, can be NULL

In This Topic
    GetCustomMateEntries Method
    In This Topic
    Returns user defined MateEntrys of all project Placement3Ds matching the given filter.
    Syntax
    public MateEntry[] GetCustomMateEntries( 
       Placements3DFilter filter
    )
    public:
    array<MateEntry^>^ GetCustomMateEntries( 
       Placements3DFilter^ filter
    ) 

    Parameters

    filter
    A Placements3DFilter, can be NULL

    Return Value

    MateEntrys of all project Placement3Ds matching the given Placements3DFilter
    • All MateEntrys if the filter is NULL.
    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    See Also