globalmapper.GetMiscOption ========================== .. currentmodule:: globalmapper .. py:function:: GetMiscOption (GM_MiscOpt_t32 aOpt, int aReserved) -> int Gets the current value of an advanced/miscellaneous option. For most types the returned value is GM_MiscOptVal_t8. :param GM_MiscOpt_t32 aOpt: Option to get :param int aReserved: Reserved for future use; must be 0. :returns: the current value of *aOpt* :rtype: int