Browse By Tags

  • How to Break the Association between certain Files and a specific WorkSet (Remove File Branding)

    Product(s): MicroStation Version(s): CONNECT, 2023 Environment: N\A Area: Configuration Subarea: WorkSet Background We need to break the association between certain files and a specific WorkSet…
  • Creating WorkSets from a app outside of Bentley CONNECT or OPEN software?

    Hello, Does anyone know of a separate application that can create new WorkSets for ORD? One that can create a new WorkSet from a WorkSet template, input and save new custom WorkSet properties and have the WorkSet folder set be saved at a user defined…
  • [CONNECT C++] IDgnWorkSetInfo Properties

    Class IDgnWorkSetInfo has methods relating to properties... AddProperty (overloaded for several data types) AreAllPropertiesLoaded () RemoveProperty But there's no GetProperty() . How can we obtain the properties owned by a DgnWorkSetInfo…
  • [CONNECT .NET] Get File Branding

    I want to get a DGN file's brand (i.e. Its workspace and workset). I've made some progress... if (DgnWorkSetInfo.ExistsOnDgnFile(dgnFile)) { using (DgnWorkSetInfo info = DgnWorkSetInfo.ExtractFromDgnFile(dgnFile)) { string s = $"Workset name '{info…
  • Latest update - Workspace/Workset inaccessible.

    The latest update has rendered all my networked Workspaces/Worksets inaccessible. Is there a setting somewhere I need to enable to undo this, or am I stuck rebuilding it all AGAIN?
  • what config vars are needed for using a template dgnws file

    been messing around with this for a while now and just cant seem to find good information on this. I set up a sheet index with default folders. I now want to use this as the template dgnws file so if one ever gets deleted for a workset this one will…
  • WorkSet Discipline Folders for DGN Files

    How can multiple folders to store DGN files in the WorkSet (Project) in CONNECT be created using the Create WorkSet Dialog box. Our Agency needs each discipline to work under the same WorkSet but in different folders for security purposes. I have been…
  • Linestyle not found.

    Having issues with a custom linestyle being available in a workset. I have all the relevant asses in place and was able to attach it to an individual dwg, but but cannot get the linestyle to make itself available from the workset or organization levels…