System.Object
EPLAN.Harness.API.DataStructures.BookmarksController
System.Object
EPLAN.Harness.API.DataStructures.BookmarksController
public class BookmarksController
// Get controller from opened designer. BookmarksController controller = designer.Bookmarks; // Get the list of bookmarks. IEnumerable<Bookmark> bookmarkList = controller.BookmarkList;
Name | Description | |
---|---|---|
![]() | BookmarkList | List of bookmarks. |
Name | Description | |
---|---|---|
![]() | Add | Add new bookmark for the part from library. |
![]() | Delete | Delete bookmark from the list. |