Hello,
There are any way to set data of profile 1 and profile 2 of profile view band using dynamo , Python or C# ?
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.