Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

RE: [CONNECT DgnPlatformNet] How do I spell IViewManager::UpdateView in C#?

$
0
0

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)

  1. Set the desired "model" reference for a given view group
  2. ViewGroup grp = new ViewGroup (model, true, "", false)
  3. dgnfile.GetViewGroups ().MakeActive (grp, false)

HTH,
Bob


Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>