API Help
Eplan.EplApi.Gui Namespace / MRUList Class / GetProjects Method

In This Topic
    GetProjects Method
    In This Topic
    Gets all project names from list.
    Syntax
    public string[] GetProjects()
    public:
    array<String^>^ GetProjects(); 
    Remarks
    Warning: projects opened from API don’t write automatically into MRUList. This can be done by calling MRUList.SetProject.
    See Also