Eplan Platform API
Eplan.EplApi.HEServices Namespace / Generate Class / Connections Method / Connections(String) Method
Full link file name of the project in which to update all connections.

In This Topic
    Connections(String) Method
    In This Topic
    Updates connections in the given project.
    Syntax
    public void Connections( 
       string strFullLinkFileName
    )
    public:
    void Connections( 
       String^ strFullLinkFileName
    ) 

    Parameters

    strFullLinkFileName
    Full link file name of the project in which to update all connections.
    Exceptions
    ExceptionDescription
    Invalid project.
    The internal interface for generating connections could not be created.
    An error occurred during connection generation. Please refer to the exception message.
    See Also