Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / ProjectSettings Constructor
a Project object

In This Topic
    ProjectSettings Constructor
    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