Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
WorkSet
Branding
.NET
10.03.00.30
2023
Configuration
connect
DgnWorkSetInfo
Disassociate
disassociate workset
en
File Branding
file disassociateworkset
MicroStation
MicroStation 2023
MicroStation Connect Edition
MicroStation Programming
Properties
SELECTsupport
VBA
workspace
How to Break the Association between certain Files and a specific WorkSet (Remove File Branding)
Jayson Perry
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…
28 days ago
MicroStation
MicroStation Wiki
[CONNECT .NET] Get File Branding
Jon Summers
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…
over 3 years ago
MicroStation Programming
MicroStation Programming Forum
I need a way to pre-brand new files by Workspace/Workset so that I don't see the Workspace/Workset dialog
Lars MP
Already in a file with a workspace/workset, I programmatically create a new file to receive an extract from the current file. The file is created with Application.CreateDesignFile, and I open it with Application.OpenDesignFileForProgram. I .Close…
over 3 years ago
MicroStation Programming
MicroStation Programming Forum