Harness proD API Help
EPLAN.Harness.API.DataStructures.LibraryConnections Namespace / XmlLibraryConnection Class / XmlLibraryConnection Constructor / XmlLibraryConnection Constructor(String,String)
Path to the library.
Password.
In This Topic
    XmlLibraryConnection Constructor(String,String)
    In This Topic
    Create a new instance of XML library connection to the password protected library.
    Syntax
    public XmlLibraryConnection( 
       string libraryPath,
       string password
    )

    Parameters

    libraryPath
    Path to the library.
    password
    Password.
    See Also