Skip to main content
1-Visitor
January 13, 2014
Question

How to get family table column value for generic.

  • January 13, 2014
  • 0 replies
  • 1103 views

Hi Everyone,

 

I am trying to extract details of CAD Object using Jlink. However I am succeeded for normal part assemblies drawing. But when it comes to family table things got little bit complex. I am able to get column value of instance by following code.

 

ParamValue dimV = ((FamilyMember) proeModel).GetCell(col, row);

 

it gives me parameter values of first instance, here each row is indicating instance of family table and col is nothing but the column in family table. But I am not able to get the values of generic.

 

Any one have any idea how to get those details.

 

Thanks in advance.