How do I batch the existing scripting in Transport Architect from VBA?
You can actually run Transport Architect’s internal scripting at the class level using the VBA Macro property RunClassScript. You just need to pass the class object, the name of the script and the extension you wish to tagonto the final file output name. For example RunClassScript(CurrentClass.Name,”vcfunc0.sct”, “.cpp”) would generate foo.cpp using The vcfunc0.sct scriptif the CurrentClass.Name is foo.
Related Questions
- The USDA recently proposed a change to the existing regulations regarding the transport of horses to slaughter. What was the proposed change, and how did the AVMA respond?
- What are the minimum batch sizes a shipper can transport on Colonial s system?
- How do I batch the existing scripting in WithClass from VBA?