public pure subroutine dm_geocom_api_request_set_user_atr_mode(request, enabled)
Request of AUS_SetUserAtrState procedure. Creates request for
setting the status of the ATR state.
The function activates or deactivates the ATR mode (requires GeoCOM
robotic licence). If enabled is .true., ATR mode is activated,
and if Lock mode is enabled while the API call is made, Lock mode
will change to ATR mode. If enabled is .false., ATR mode is
deactivated, and if Lock mode is enabled then it stays enabled.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.