Hi,
I am trying to extract the values of generics and instances in a family table using jlink api. I was successful in extracting the values of instances but not generics.
In the attached image , First row indicates the generic, Rest of the rows are instances.
Using the below code I am able to get the instance values but not generics.
Can any one let me know if there is any API to extract generic values.
Thanks.
ParamValue dimV = ((FamilyMember) proeModel).GetCell(colValue, row); #