Dynamo node to get list of all exiting project parameters

Hello Guys,

Now I am trying to prepare dynamo to delete unwanted ‘Project Parameters’ from revit model.
But I could not find out dynamo node to get list of all existing project parameters.
Which node shall I use to get list of all exiting project parameters?

Thank you for your co-operation.

@Andreas_Dieckmann 's Clockwork package has a node for this:

1 Like

Hello Kulkul,

Thank you for your response.
I tried to use ‘Document.ProjectParameters’ node but it is showing null value.

Please see below image.

use the node Current.Document or something like that in the second input

Hello Marcel,

Thank you for reply.
I tried to use node ‘Document.current’ in the 2nd input but no luck.

Can you tell me how many parameters you can see in Revit?
Manage>Project Parameters
and post an image?

Hello Marcel,

There are approximate 350 parameters.
Refer below image:
ProjetParametersList_02

Hi @nileshkatkar1983in

Uninstall all custom packages and install only clockwork package.

1 Like

Hello Kulkul,

Thank you for your advice.
I am using Dynamo 1.2 version & Revit 2015. Sorry to not inform you earlier.
So I uninstall ‘Clockwork Package – 1.31.1’ & installed ‘Clockwork Package – 1.31.0’
Now I can get all project parameters list. See below image.