The DgnPlatformNetViewPort class documentation includes this note: To update the view, see IViewManager::UpdateView or IViewManager::UpdateViewDynamic.
But IViewManager is part of the C++ MicroStationAPI, not part of DgnPlatformNet. There isn't a documented ViewManager for .NET.
- What is the .NET equivalent of IViewManager.UpdateView()?
- Why doesn't the DgnPlatformNetViewPort have an UpdateView() member?