• [CONNECT .NET] Session.NewDesignFile

    Session.NewDesignFile() returns an int . What is the meaning of that value? What value does it return if the file is successfully opened?
  • [CONNECT .NET] Disable 'No Workset Alert'

    My AddIn processes a list of DGN files. For each file, it uses Session.NewDesignFile() . In many cases, that pops modal dialog No Workspace Alert ... I want to eliminate that dialog so the list can be processed with no human intervention. In another…