Show TOC

Connecting to a ProjectLocate this document in the navigation structure

Use sample .Net code to connect to a project.

Procedure

  1. Get the project:
    NetEspProject project = server.get_project(“test”, “test”, error);
  2. Connect to the project:
    project.connect(error);