Connections(String) Method
In This Topic
Updates connections in the given project.
Syntax
public void Connections(
string
)
public:
void Connections(
String^
)
Parameters
- strFullLinkFileName
- Full link file name of the project in which to update all connections.
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