Add a PVI list

Hello, I have a query how can I add a list of PIV, if I add a single PIV I don’t have any problem but if I had two lists, one of the elevations and the other of stations, how could I do so that all are generated at the same time

[image]

The Alignment.Profiles node gives a list of Profiles, so my guess is that it will work how you want if the input to ‘profile’ in ProfileExtensions.AddPVI is a single Profile and not a list. So either get the Profile from the list using the index (i.e. List.GetItemAtIndex) or use Alignment.ProfileByName to get a single Profile.

1 Like

@mzjensen Thank you very much for the reply.

Hi Mzjensen,
I have a similar kind of to perform but using this method I can able to only add new PVI, what if I need to update some PVi value or need to delete. I am not getting any node in dynamo to perform PVi Update/Remove. Can you please help.