Is there a way to feed a Text List of revit element ID’s into the Graphical Element Component, or something similar?
thanks in advance
Is there a way to feed a Text List of revit element ID’s into the Graphical Element Component, or something similar?
thanks in advance
You need to convert to Integer
before.
Eventually conversion from string should do the same but using the stable UniqueId.
May I ask where those Ids come from?
Thanks, I get spoiled by GH casting sometimes.
Id’s are coming out of revit; either the IDs of Selection button or via RiR on filtered objects.
I receive weekly coordination files that have various elements that need data applied or the elements outright deleted. The hope being that keeping a list of UniqueIds will allow quick access to trouble elements.