How can I detect from dotnet addin (c#) if any opened view's extents were changed? For example when user zoom in/out or pan?
I have made a class (ViewEventsHandler) wich implements IViewUpdateEvents interface.
I called the AddViewUpdateEventsHandler…
praveeneswarrao:
it is elementenumerator.
oElEnum = Application.ActiveModelReference.GetSelectedElements();
It sounds like the variable you used was a 'preserved' name or object name. For example declaring an Element as element…
Hello,
I have a c# addon dialog. I like to have an event, if the dialog changes to active (dialog has blue title), or if the mouse is doing something else inside the MicroStation and the dialog changes to deactive (dialog has grey title).
The…