Removing a generator dvdg wrote on 1/6/2011, 6:28 AM How should i do to delete a generator from the mediapool using C# ? I'm running vegas 9.0e. The function provided by the mediapool class "remove" appears to be waiting for a filepath, hence generators have no filepath. David Back to post
Comments altarvic wrote on 1/6/2011, 7:14 AM Vegas.Project.MediaPool.Remove(media.KeyString); dvdg wrote on 1/6/2011, 7:34 AM thanks pal you saved my day 1