• Promise Report insert blank lines every nth row

    I am generating a report with one data field of a list of wire numbers. I want to insert two blank rows every 80 lines and am guessing this can be done with a script. I can figure out how to do this with the vba macro in excel shown below, but am not…
  • How to use CustomWorkRequestEvents?

    Hello all, In ModelAdmininistrator have CustomWorkRequestEvents sheet, my question is how to use this Custem Events and how it is work actually? Thanks!
  • [V8i VBA] ICustomHook_PreDeleteHook broke feature connectivity

    Hello all, simply i try to add delete restrictions for specific features this is my code: Public Function ICustomHook_PreDeleteHook(ByVal Context As String, _ oFeature As xft.IFeature, _ bCancel As Boolean, _ Message As String) As Long Debug…
  • Peer Types in Model Administrator

    Hello, all I have a question about the peer-type relationships in Bentley Utilities Designer. I know it is possible because I’ve seen it in the example electric data model but I have problems with setting a new relationship between two primary features…
  • It's possible to create my own VBA project and use CustemHooks

    Hello, I have two questions: 1. I try to create new VBA Project in BUD which use XfmStdUtilCustomization.ICustemHook just like x.p. XfmStdElecLib When edit Configuration file and change "CustomPlacementLib" property on one feature to notify my project…
  • Promise commands from Microstation Macro?

    HI, Is there a way to run promise commands from a Microstation VBA Macro...Such as opening a Page in a project? Thanks Dave
  • Expert Designer - VBA and networks

    I'm working on some validation code. I want to look for all the valves in a design, then determine what pipes they are connected to, and compare their diameters. Seems straightforward and deterministic. I have figured out how to loop through a design…