API Help
Eplan.EplApi.Gui Namespace / MRUList Class / SetProject Method
Full link file name of the project.

In This Topic
    SetProject Method (MRUList)
    In This Topic
    Sets project.
    Syntax
    public bool SetProject( 
       string strFullLinkFileName
    )
    public:
    bool SetProject( 
       String^ strFullLinkFileName
    ) 

    Parameters

    strFullLinkFileName
    Full link file name of the project.
    Exceptions
    ExceptionDescription
    Thrown if null was passed as an argument.
    See Also