API Help
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / ProjectSettings Constructor / ProjectSettings Constructor(Project)
a Project object

In This Topic
    ProjectSettings Constructor(Project)
    In This Topic
    Constructor.
    Syntax
    public ProjectSettings( 
       Project proj
    )
    public:
    ProjectSettings( 
       Project^ proj
    )

    Parameters

    proj
    a Project object
    Exceptions
    ExceptionDescription
    Thrown when proj is null.
    See Also