Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! 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