Is there a way to extract a Shared Parameter value from a Revit project using Dynamo?
I tried using the Element.GetParameterValueByName node but it gives me blank. anyone?
Is there a way to extract a Shared Parameter value from a Revit project using Dynamo?
I tried using the Element.GetParameterValueByName node but it gives me blank. anyone?
if you are trying to extract a (shared) type parameter:
i published a package called âGetTypeParameter.FrmFamilyInstanceâ
with this you have access to any type parameter
Thanks Peter.