Eplan Platform API
Eplan.EplApi.HEServices Namespace / Generate Class / Connections Method / Connections(Project) Method
Project in which to update all connections.

In This Topic
    Connections(Project) Method
    In This Topic
    Updates connections in the given project.
    Syntax
    public void Connections( 
       Project oProject
    )
    public:
    void Connections( 
       Project^ oProject
    ) 

    Parameters

    oProject
    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