How can I get the parameter entity itself by from the ID of it?

how can I get the parameter entity itself by from the ID of it? for example builtinparameters/project parameters/global parameters. I want to ask properties of the parameters later with OOTB nodes

Hello @ruben.romero ,

if you are looking for all the parameter of elements or that particular family type.

not responding to the question, how do I get the Parameter from the ID parameter is the question

1 Like

I already got the Ids, I want to get the parameter, I am asking for the opposite function of Parameter.Id node that you show in the screenshot.

I found Orchid node which only works with custom parameters apparently.
image

Hi Ruben…take it easy as @honeyjain619 actually try to help !..i have seen this question over and over again from you, and seems nobody had a solution in the moment…good luck

@sovitek
Yes, you are right and whenever i want to use it, i generally take it in this way.

You can also use the GetElement method to return the element associated with the Id.
https://www.revitapidocs.com/2020/d9848d7d-5917-2433-8454-f65f5ac03964.htm

1 Like

With that method you can’t get BuiltInParamters. He wants also get them…

2 Likes

Oh dang. I thought you could. My bad.

2 Likes