Do we have Go to x,y tool in Bentley Map?

Hi,

We find Go to X,Y tool in ArcMap. So, do we have the similar tool in Bentley Map? So, we can type x and  y coordinates and can zoom to / pan to that location. I looked in the documentation but could find any tool. We have X,Y in AccuDraw but that is used while drawing new feature. Any help is appreciated.

Thanks,

Kiran.

Parents Reply
  • As Bentley Map utilizes the underlying MicroStation functionality for view control etc., what you are likely looking for is a MicroStation view control command (keyin).

    In this case, likely:
    window center
    followed by the absolute coordinate, e.g. :
    xy=1000,3000

    MicroStation commands within the keyin window can be concatenated, by separating with a semi-colon, so the keyin syntax would be:

    window center;xy=1000,3000

    This still requires you to choose the desired view with the mouse, but if a named view exists, it can be specified by adding
    ;view ____

    I'd suggest posing the question within the MicroStation forum: e.g. 'what is the concatenated syntax for centering a view window complete with view definition'.

    Other usefull commands may include:
    pan view
    WO= (window origin)
    window area extended

    etc. These can be found within your MicroStation help.

Children