API Help
Eplan.EplApi.Gui Namespace / MRUList Class / UpdateMruList Method
Table full link file names of the project.

In This Topic
    UpdateMruList Method
    In This Topic
    Updates MRU list.
    Syntax
    public void UpdateMruList( 
       string[] lFullLinkFileName
    )
    public:
    void UpdateMruList( 
       array<String^>^ lFullLinkFileName
    ) 

    Parameters

    lFullLinkFileName
    Table full link file names of the project.
    Exceptions
    ExceptionDescription
    Thrown if null was passed as an argument.
    See Also