Harness proD API Help
EPLAN.Harness.API.DataStructures.LibraryConnections Namespace / ActiveConnection Class / ExportLibraryItems Method
Library items (parts and styles) which will be exported.
Path to the directory where you want to save the exported drawing file.
Name of the exported file.
In This Topic
    ExportLibraryItems Method
    In This Topic
    Export selected library items to .hxexp file.
    Syntax

    Parameters

    libraryItems
    Library items (parts and styles) which will be exported.
    directoryPath
    Path to the directory where you want to save the exported drawing file.
    fileName
    Name of the exported file.

    Return Value

    Full path to the exported .hxexp file.
    Exceptions
    ExceptionDescription
    Argument is null.
    Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property.
    This directory was not found.
    See Also