Harness proD API Help
EPLAN.Harness.API.DataStructures.LibraryConnections Namespace / ActiveLibraryConnection Class / GetAllLibraryPartsInfo Method
In This Topic
    GetAllLibraryPartsInfo Method
    In This Topic
    Get library part information of all parts from the active library. (All parts that can be added to workspace or workdesk.)
    Syntax
    public IEnumerable<BaseLibraryPart> GetAllLibraryPartsInfo()

    Return Value

    Parts from active library.
    Exceptions
    ExceptionDescription
    The exception that is thrown when the project has no active library.
    See Also