Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / BookmarksController Class
Members Example
In This Topic
    BookmarksController Class
    In This Topic
    Controller of bookmarks.
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.DataStructures.BookmarksController

    Syntax
    public class BookmarksController 
    Example
    This example shows how to obtain list of bookmarks.
    // Get controller from opened designer.
    BookmarksController controller = designer.Bookmarks;
    
    // Get the list of bookmarks.
    IEnumerable<Bookmark> bookmarkList = controller.BookmarkList;
    Public Properties
     NameDescription
    Public PropertyList of bookmarks.  
    Top
    Public Methods
     NameDescription
    Public MethodAdd new bookmark for the part from library.  
    Public MethodDelete bookmark from the list.  
    Top
    See Also