Changing Civil 3d Structure Part details

Hi,

I want to use dynamo to change the part parameters of selected structures. Specifically i want to change the cover parameter to reflect the position of the manhole.

I have been able to create the following simple dynamo

The problem is that Part.SetPartDataValuebyName doesn’t actually give me access to the cover parameter. I can change Mat … which i have creatively done as a test - but the cover parameter which is also attached to the structure cant be accessed …

is there a solution ?

Use “SC” instead of “Cover” for the part parameter name (likely structure cover). Welcome to the community!