Question
How to create a flow bundle based upon a PrT assignment by using COM, using multiple conditions, linked by "AND"?
Answer
Example:
aFlowBundlePuT = Visum.Net.FlowBundle
aFlowBundlePuT.Clear()
aFlowBundlePuT.DemandSegments = "PT"
aNetElmsPuT = Visum.CreateNetElements()
aNetElmsPuT.Add(Visum.Net.StopPoints.ItemByKey(442))
aNetElmsPuT.Add(Visum.Net.StopPoints.ItemByKey(66))
aFlowBundlePuT.Execute(aNetElmsPuT)