Eplan Platform API
Eplan.EplApi.HEServices Namespace / Generate Class / Connections Method / Connections(Project,Boolean) Method
Project in which to update all connections.
If false rebuilds all connections otherwise generates only connections on dirty pages.

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

    Parameters

    oProject
    Project in which to update all connections.
    bUpdateConnections
    If false rebuilds all connections otherwise generates only connections on dirty pages.
    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