I found the mvba command for opening the Element Information (CadInputQueue.SendCommand "MDL KEYIN ELEMENTINFO ELEMENT INFO DIALOG")
would like to have key-in do this for me or somehow use the activate it via the vba command like this (vba execute ActiveSettings.CoordinateAccuracy = 6) which works
great. I hope someone out there can help. I have been searching for answer and will continue.
One more note:
Richard Phillips said:would like to have key-in do this for me or somehow use the activate it via the vba command like this (vba execute ActiveSettings.CoordinateAccuracy = 6) which works
These situations is completely different: There is no MicroStation key-in to set the accuracy, so to call VBA code is a workaround. But to open or interact with Element information dialog can be done using standard MicroStation key-in(s), so to use VBA there make problably no sense.
Richard Phillips said:(vba execute ActiveSettings.CoordinateAccuracy = 6) which works
It does not work. It does something, but the key-in is incorrect. The correct one is
vba execute ActiveSettings.CoordinateAccuracy = msdAccuracy6
With regards,
Jan
Bentley Accredited Developer: iTwin Platform - AssociateLabyrinth Technology | dev.notes() | cad.point