Set data of profile 1 or profile 2 to profile view Band

Hello,
There are any way to set data of profile 1 and profile 2 of profile view band using dynamo , Python or C# ?

image

HI …TRY

You can read the property ProfileView.Bands.GetBottomBandItems() which is a ProfileViewBandItemCollection. Each ProfileViewBandItem in that collection has a Profile1Id and a Profile2Id property. You can set the value to the ObjectId of a Profile object.