Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService Class / GenerateListOfUnusedConnections Method
Project from which generation of list will be done.
Full path to file into which list will be writen.
If true only deleted connection will be added to list.

In This Topic
    GenerateListOfUnusedConnections Method
    In This Topic
    Generates list of unused or deleted connection from project.
    Syntax
    public bool GenerateListOfUnusedConnections( 
       Project oPrj,
       string strFileNameFullPath,
       bool bExportOnlyDeletedConnections
    )
    public:
    bool GenerateListOfUnusedConnections( 
       Project^ oPrj,
       String^ strFileNameFullPath,
       bool bExportOnlyDeletedConnections
    ) 

    Parameters

    oPrj
    Project from which generation of list will be done.
    strFileNameFullPath
    Full path to file into which list will be writen.
    bExportOnlyDeletedConnections
    If true only deleted connection will be added to list.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid arguments.
    Thrown when neccessary argument is null.
    The internal interface used for export could not be created.
    No user rights to create files on the file system.
    See Also