Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
For Example, what is the link between WTPart and EPM Document? Is it DescribedBy lInk or Reference Link?
Likewise, if any of you could explain the types of links (Like reference, member, Partusage, DescribedBy etc..,), it would be really helpful for me to understand.
Thanks in Advance.
Solved! Go to Solution.
PTC has a KB on type of links - 131357
This is a good place to start reading and if you have demo data loaded, you can search for different objects and understand the relationship between them
Regards
Binesh Kumar
PTC has a KB on type of links - 131357
This is a good place to start reading and if you have demo data loaded, you can search for different objects and understand the relationship between them
Regards
Binesh Kumar
Also if you need further details on all the links that exist in Windchill, it will be a good idea to look into the Java Docs
Check ObjecttoObjectLink http://support.ptc.com/cs/wncdoc/110/wcapi/wt/fc/ObjectToObjectLink.html and all the sub classes. I have listed a few of them which will guide you further for describe, reference and usage link.
Few subclass:
http://support.ptc.com/cs/wncdoc/110/wcapi/wt/vc/struct/IteratedDescribeLink.html
http://support.ptc.com/cs/wncdoc/110/wcapi/wt/vc/struct/IteratedReferenceLink.html
http://support.ptc.com/cs/wncdoc/110/wcapi/wt/vc/struct/IteratedUsageLink.html
Regards,
Bhushan