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

DMObjectsFinder Constructor(Project)
The constructor.
Syntax
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