01-30-2024
06:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-30-2024
06:06 AM
Hi @raymaster. Have you ever used SheetFormats? You could create (Link, Link) a SheetFormat object from the existing sheet with the model view already in it. Then use Sheets.AddUsingSheetFormat to create each new sheet, and specify the 'model' you want to be in the view(s) on that new sheet. Also, if the view is already referencing the correct model file, but wrong ModelState within that file, then we can change which ModelState the view is referencing using its DrawingView.SetActiveModelState method.
Wesley Crihfield
(Not an Autodesk Employee)