How to Get Custom Family Dimension Parameters from Revit in RIR?

Hi All,

Does anyone help to extract dimension parameters from a custom Revit family using Rhino.Inside.Revit in Grasshopper?

FYI : I refer this old thread https://discourse.mcneel.com/t/get-dimensions/120230 but current RIR dont have that old components i guess..

Its a type parameter. you need to extract the parameters from the type. Use inspect Element on Element type to get these parameters.

@MSAwan Thank you very much sir