Hello everyone,
I am working in Revit 2025.4.5 with Dynamo 3.3.0.
Basically, I am trying to collect all shared parameters and retrieve the properties of their ExternalDefinition, such as:
-
Description
-
GUID
-
HideWhenNoValue
-
IsValidObject
-
Name
-
OwnerGroup
-
UserModifiable
-
Visible
Here is the ExternalDefinition Class class.
The catch is that the shared parameter file may or may not be linked. I am currently testing the case where the file is not linked.
