cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

How to get family table column value for generic.

ptc-3510967
1-Newbie

How to get family table column value for generic.

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.

0 REPLIES 0
Top Tags