Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Is there any way to change the instance name of family table member using Jlink?
This is easy in the GUI, but I cannot find a way with JLink.
I have tried to use the SetCell on the FamilyMember class. It just doesn't have a column for the instance name
I use the GetInstanceName of the ModelDescriptor to get the instance name. And I can actually set it on the ModelDesctiptor, but I cannot/don't know howto apply the Descripter to the Model.
\Bjarne
Ah, the Rename did the trick.
For some reason i thought it only worked for files/generic models
thanks,
\Bjarne