Get Parameter Value By Name

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.