Building a Custom Command in VEGAS – Part 9 – Passing Parameters and Locating the Config file

In this tutorial, we see how parameters can be passed to a script by looking at the four methods VEGAS can use to call the script.

      public void FromVegas(Vegas vegas)
      public void FromVegas(Vegas vegas, String scriptFile)
      public void FromVegas(Vegas vegas, String scriptFile, XmlDocument scriptSettings)
      public void FromVegas(Vegas vegas, String scriptFile, XmlDocument scriptSettings, ScriptArgs args)

We see what each of these parameters provides to the extension and how to read all of the arguments passed in the “ScriptArgs”.

Please sign up here and leave comments with suggestions of tasks you would like to see automated. You can help guide the direction of these videos. Also, please subscribe to my YouTube channel.

Leave a Reply