Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2
The class StructuredAnnotationSet is depricated. Is there a replacement class? We only have 1 row of the data in the StructuredAnnotationSet db table, but if we start using annotations after WC 13, what table will they be stored in.
Hi @SE_4597606
I guess that this is not the best place to ask.
Check a JavaDoc for 13.0.2.0 CS17101 - Windchill PLM - Client JavaDoc
or PTC Should answer this information.
example?
StructureAnnotationHelper strHelp = StructureAnnotationHelper.getInstance();
strHelp.createEPMStructureAnnotation(EpmMemberComponentInstruction input)
PetrH
This class was marked as deprecated in Windchill 11.2 with removal of the Product Structure Explorer (PSE) and Advanced Table Editor (ATE) Java applets. There is no replacement for it or its parent class, wt.annotation.AnnotationSet (CS372730). Refer to article CS237627 and the "About Annotating" topic in the Windchill Help Center.