I want to convert all my Standard Recipes to use them with a Recipe Group Manager.
If I create a Group Manager (call it 'System'), in a C# addin I can get the standard recipe from the standard Recipe collection
in the context
and I can get the RecipeGroupManager from the RecipeGroupCollection
is there a simple way to create the IRecipe from the IStandardRecipe ?
ie loop through the standardRecipeValues in the istandard recipe and create similar recipevalues in the irecipe
thx