Harness proD API Help
EPLAN.Harness.API.DataStructures.LibraryConnections Namespace / ActiveLibraryConnection Class
Members
In This Topic
    ActiveLibraryConnection Class
    In This Topic
    ActiveLibraryConnection is the property of Project object. It contains a reference to an active library connection. The class provides methods to browse and select parts included in the library.
    Object Model
    ActiveLibraryConnection ClassBaseLibraryConnection Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.DataStructures.LibraryConnections.ActiveLibraryConnection

    Syntax
    public class ActiveLibraryConnection 
    Public Properties
     NameDescription
    Public Property Get the active library connection.  
    Top
    Public Methods
     NameDescription
    Public Method Get library part information of all parts from the active library. (All parts that can be added to workspace or workdesk.)  
    Public Method Get all hatches from active library.  
    Public Method Get library part specified by GUID with option to specify part's version.  
    Public Method Get library parts specified by GUID with option to specify part's version.  
    Public Method Get library parts by part number with option to specify part's version and variant.  
    Public Method Get all library parts of the given type(s).  
    Public Method Get all materials from the active library.  
    Top
    See Also