Symptom
How to read out the PrT path list by using COM?
Resolution
While creating a list "PrT paths" first it works like this:
Set aPrTPathList = Visum.Workbench.Lists.CreatePrTPathList
aPrTPathList.SetObjects 0, "C", routeFilter_filterAllRoutes
aPrTPathList.AddKeyColumns
aPrTPathList.AddColumn "t0"
aPrTPathList.AddColumn "tCur"
aPrTPathList.AddColumn "Vol(AP)"
To use these attributes in an array:
aPrTPathListArray = aPrTPathList.SaveToArray
Example files attached.