Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / BookmarksController Class / Add Method
Library part on which this new bookmark will reference.
In This Topic
    Add Method (BookmarksController)
    In This Topic
    Add new bookmark for the part from library.
    Syntax
    public void Add( 
       BaseLibraryPart part
    )

    Parameters

    part
    Library part on which this new bookmark will reference.
    Exceptions
    ExceptionDescription
    Argument is null.
    The exception that is thrown when the part is not found in the library.
    See Also