API Help
Eplan.EplApi.Gui Namespace / MRUList Class
Members

MRUList Class
Class for modifying 'Most recently used' list.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.Gui.MRUList

Syntax
public class MRUList 
Remarks
Projects opened from API don’t write automatically into MRUList. This should be done explicitly by the user by calling MRUList.SetProject.
Public Constructors
 NameDescription
Public ConstructorCreates a new object.  
Top
Public Methods
 NameDescription
Public MethodDestructor for deterministic finalization of MRUList object.  
Public MethodGets all page names.  
Public MethodGets project name from list.  
Public MethodGets all project names from list.  
Public MethodSets page names.  
Public MethodSets project.  
Public MethodUpdates MRU list.  
Top
See Also