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

In This Topic
    Properties Property (Project)
    In This Topic
    Enables access to P8 properties of the project.
    Syntax
    public new ProjectPropertyList Properties {get;}
    public:
    new property ProjectPropertyList^ Properties {
       ProjectPropertyList^ get();
    }

    Property Value

    ProjectPropertyList: projects properties
    Exceptions
    ExceptionDescription
    Thrown during attempt to access transient project's properties.
    See Also