API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / DMObjectsFinder Constructor / DMObjectsFinder Constructor(Project)
Project that will be searched by the DMObjectsFinder.

In This Topic
    DMObjectsFinder Constructor(Project)
    In This Topic
    The constructor.
    Syntax
    public DMObjectsFinder( 
       Project proj
    )
    public:
    DMObjectsFinder( 
       Project^ proj
    )

    Parameters

    proj
    Project that will be searched by the DMObjectsFinder.
    Exceptions
    ExceptionDescription
    Thrown when null is given as a parameter.
    See Also