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

In This Topic
    GetPlacements3D Method
    In This Topic
    Returns Eplan.EplApi.DataModel.E3D.Placement3Ds matching the given filter. This method does not return MateEntrys.
    Syntax
    public Placement3D[] GetPlacements3D( 
       Placements3DFilter filter
    )
    public:
    array<Placement3D^>^ GetPlacements3D( 
       Placements3DFilter^ filter
    ) 

    Parameters

    Parameter NameDescription
    filterA Eplan.EplApi.DataModel.Placements3DFilter, can be NULL

    Return Value

    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    See Also