I need a way to pre-brand new files by Workspace/Workset so that I don't see the Workspace/Workset dialog

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 the file after writing elements to it..

When that new file is opened with Application.OpenDesignFile, it does not have any Workspace or Workset and the usual dialog is presented to the user.

I would like to have the file branded before it opens.

I guess I could prepare branded seed files for every combination of Workspace/Workset and use those when creating my extract file, but I would prefer not to use such a work-around

Parents Reply Children
No Data