Connections(Project,Boolean) Method
In This Topic
Updates connections in the given project.
Syntax
Parameters
- oProject
- Project in which to update all connections.
- bRebuildAllConnections
- If true rebuilds all connections else updates only.
Exceptions
| Exception | Description |
| ArgumentException | Invalid project. |
| ApplicationException | The internal
interface for
generating
connections could not
be created. |
| Eplan.EplApi.Base.BaseException | An error occurred
during connection
generation. Please
refer to the
exception message. |
See Also