public static void LoadComputedRoute(string inRoutePath, string jsonParams, int inMaxValue) { int ret = CApplicationAPI.LoadComputedRoute(out _mySError, inRoutePath, jsonParams, inMaxValue); O("LoadComputedRoute returns: " + ret); }