
мапятся только явно объявленные функции/объекты, или есть доступ ко всем переменным родительского проекта? если доступ к переменным есть, то как к ним обращаться из дочернего проекта?mapOnBadExist
Type: System.Boolean
Set true, if needs map variables to current project even if execution of called project will be failed.
passProjectContext
Type: System.Boolean
Set true, if needs map context of current project to called project and back.

Не могу смоделировать грабли в постере. В Project maker - да, выбрасывается ошибка при попытке запуска:у меня точно не работает и о запуске проекта в проекте через шарп я писал в предложении о шифровании кажется )

var mapVars = new List<Tuple<string, string>>();
mapVars.Add(new Tuple<string, string>("str_test_parameter", "str_test_parameter"));
mapVars.Add(new Tuple<string, string>("str_test_parameter_2", "str_test_parameter_2"));
return project.ExecuteProject(project.Directory+"\\subproject.xmlz", mapVars, true, true);


