Connections(String,Boolean) Method
In This Topic
Updates connections in the given project.
Syntax
Parameters
- strFullLinkFileName
- Full link file name of the 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