Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / Settings Property

In This Topic
    Settings Property
    In This Topic
    Project settings
    Syntax
    public ProjectSettings Settings {get;}
    public:
    property ProjectSettings^ Settings {
       ProjectSettings^ get();
    }

    Property Value

    Project settings. The same as constructor on ProjectSettings object.
    See Also