Eplan Platform API
Eplan.EplApi.HEServices Namespace / Generate Class / Connections Method / Connections(Project,Boolean) Method
Project in which to update all connections.
If true rebuilds all connections else updates only.

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

    Parameters

    oProject
    Project in which to update all connections.
    bRebuildAllConnections
    If true rebuilds all connections else updates only.
    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