• create Linear Form by c# ,AECOsim

    using AECOsim Building Designer ,I want to add TF Linear Element to model reference ,is it possible programmatically ? TFFormRecipeLinearList formList = Program.tfApp.CreateTFFormRecipeLinear(); TFFormRecipeLinear linearForm = formList.AsTFFormRecipeLinear;…
  • Capture Text from a Point Cell into Form Text Boxes and then Replace the Existing Text in the Cell with that from the Form

    Hi All, Looking for help again. I'm looking to capture text located in an already placed Point Cell and place that text into specific textboxes held in a form. Once a user has then updated those textboxes then be able to replace the existing text in…
  • Microstation Form Export

    Hi, I have created a microstation macro that can search for all ".DGN" files in a specific folder that the user chooses. below is the code i have written to do so: --------------------------------------------------------------------------------…
  • Re: Repeated use of ILocateCommandEvents and IPrimitiveCommandEvents Objects for various tasks

    Ok, thanks very much Jon. Can't say I'm not a little bit confused by what you've given me, but I'll try to work through it. I take it that I substitute MyUserForm for the name of the form I create. So, if I have 5 forms I've made that all throw…