Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Project Class / GetProjectLibraryConnections Method
In This Topic
    GetProjectLibraryConnections Method
    In This Topic
    Gets all library connections related with this project. Connections which point to a non-existent library are not returned.
    Syntax
    public IEnumerable<BaseLibraryConnection> GetProjectLibraryConnections()

    Return Value

    Library connections related with this project.
    See Also