This is my first on the Dynamo community board, have only started to use Dynamo but have found it a great tool extension to Revit.
I have managed to extract pile loads out to excel using Dynamo, when returning I seem to run into a number of issues with ‘Element.SetParameterByName’ with warnings on each
The call is ambiguous between the following methods or properties: 'Revit.Elements.Element.SetParameterValue(Autodesk.Revit.DB.Parameter,
Has anyone had this issue before? Suggestions for getting it to work?
That seemed to clear the errors with the set parameter. Appear to be an issue with the code block now. Receive this error:
Warning: ElementSelector.ByUniqueId operation failed. Could not obtain element from the current document! The unique id may not be valid. ElementSelector.ByUniqueId operation failed.
Out of interest what is the difference with the Rhythm package and what does set lacing to longest do exactly?
Have changed the lacing on ‘Set One Parameter to Many Elements’ to the shortest for each of them. Still fails to update the parameters within Revit. The parameters are nested with the pile family and not the project does that make a difference?
I’m receiving the same error that Leopold had gotten while trying to use the Element.SetParameterByName tool. I’ve attempted all of the other versions of the node suggested in this thread with no luck. I’m trying to remove the Moment Frame connection on a list of structural framing elements so that the parameter would just receive a value of None. Any thoughts as to how to resolve this error?