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

In This Topic
    ProjectLinkFilePath Property
    In This Topic
    Project's property which return full project-link file name.
    Syntax
    public string ProjectLinkFilePath {get;}
    public:
    property String^ ProjectLinkFilePath {
       String^ get();
    }

    Property Value

    string : project's link file path, for example "C:\EPLAN\PROJECTS\ESS_Sample_Project.elk".
    Exceptions
    ExceptionDescription
    Thrown when the project is transient.
    See Also