Hi Jon,
I believe you may be able to achieve an update for the desired view (group) doing something like the pseudo-code below:
USE: Bentley.DgnPlatformNET.ViewGroupStatus MakeActive(Bentley.DgnPlatformNET.ViewGroup newActive, bool deferInitialUpdate)
- Set the desired "model" reference for a given view group
- ViewGroup grp = new ViewGroup (model, true, "", false)
- dgnfile.GetViewGroups ().MakeActive (grp, false)
HTH,
Bob