API Help
Eplan.EplApi.DataModel Namespace / Placements3DFilter Class / SetFilteredPropertyList Method / SetFilteredPropertyList(Placement3DPropertyList) Method
List of the P8 properties that will be used for searching Eplan.EplApi.DataModel.E3D.Placement3D. Cannot be null.

In This Topic
    SetFilteredPropertyList(Placement3DPropertyList) Method
    In This Topic
    Syntax
    public void SetFilteredPropertyList( 
       Placement3DPropertyList searchedPropList
    )
    public:
    void SetFilteredPropertyList( 
       Placement3DPropertyList^ searchedPropList
    ) 

    Parameters

    searchedPropList
    List of the P8 properties that will be used for searching Eplan.EplApi.DataModel.E3D.Placement3D. Cannot be null.
    Exceptions
    ExceptionDescription
    Thrown when null is given as a parameter.
    See Also