I’m working in Dynamo for Revit and I have the Element ID of a line (category: Lines) that has a Line Style assigned (e.g., Ceiling Height Transition).
I want to retrieve that element in Dynamo using its ID and then read its parameters, specifically the Line Style.
Here’s what I’ve tried:
- Used
ElementById
to get the element - Tried
Element.Parameters
andElement.GetParameterValueByName("Line Style")
But I’m not sure if I’m doing it right, or if Line Style is stored as a type parameter or something else.
How can I correctly access the Line Style and other parameters of this element in Dynamo?
Any help or example graphs would be appreciated!
The line in the center of the wall