Switches ARCHICAD to a window with the specified view.

Appeal.

int ires = ac_request("Automate","GoToView",int iViewLinkGuid);


Here:

iViewLinkGuid is the descriptor of the ts_guid object in which the guid of the view to switch the window to is written.

Returns 0 on successful switching.