• MDL Function

    Hello All, How to call this lidar tmodel function //how to bind Dpoint3d and int to form a expression to evaluate using mdlCExpression_getvalue int FnSurfaceZ( Dpoint3d *Pt, int I) ; // with parameters mdlCExpression_getValue( &Val, &Res, Expr,…
  • How to detect View (extent/zoom) changes?

    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…
  • Re: Can any body tell me the solution for this error?

    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…
  • Fokus on C# Dialog

    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…