Get SharedParameterElement from Revit.Elements.Parameter

Is there a way to get Autodesk.Revit.BD.SharedParameterElement from Revit.Elements.Parameter that are in loaded families? I’m trying to compare shared paramter GUID in families and the shared parameter file.

Hi,
there is no property or direct method (unless you go through Net Reflection)
a simpler solution is perhaps to use this node

1 Like