API Help
Eplan.EplApi.Gui Namespace / MRUList Class / GetProject Method
Position on list.

In This Topic
    GetProject Method (MRUList)
    In This Topic
    Gets project name from list.
    Syntax
    public string GetProject( 
       uint nIndex
    )
    public:
    String^ GetProject( 
       uint nIndex
    ) 

    Parameters

    nIndex
    Position on list.
    Remarks
    Warning: projects opened from API don’t write automatically into MRUList. This can be done by calling MRUList.SetProject.
    See Also