• Cell Placement angle scroll

    I used to have a cell placement tool that when i picked a cell, i could right click and it would rotate 90, then 90 again. I can't figure out how to do this in the button assignments. Does anybody know an easy way to do this? or an easy key in that will…
  • [Connect C++ MicrostationApi] Problem with changing textelement in cell

    Hello, I am trying to change the Text of a cell with the Microstation C++ Api. The Code I am using is working well on normal Text Elements. But in a Cell the "ReplaceInModel" returns an Error (69645) void TextTool::textChange(EditElementHandleP…
  • Microstation VBA Raster & Looping

    resolved & deleted
  • Re: MarkCurrentElement

    Hmm does not seem to be working... Something I am missing. Am I making the Sub Element current in the proper way or do I do that in a different manner...? Set ee = kmGridEven.GetSubElements Do While ee.MoveNext If ee.Current.IsEllipseElement…
  • Re: MarkCurrentElement

    If you use GetMarkerFromCurrentElement after the assignment, can you see your marker value? After cycling through the Cell Element components you can return the value if it has been assigned by; lngReturnMarker& = kmGridEven.GetMarkerFromCurrentElement…
  • Re: open a cell to edit

    Matatunos, Upgrade your Cell Library to V8. Open the Cell Library Using MicroStation as a Design File. File -> Open Change the file type filter to ".cel" and navigate to the Cell Library. Edit the file as you would normally…
  • Creating repeated Cells with VBA

    Folks, I am mashing up a VBA macro to place a grid. A simple macro, nothing too difficult.. I have put together the code in such a way that each grid marker set of crosses and circles is created for each instance of the grid position.. or…