Web.Link DetailNote get raw text
Hello,
I am working on application in Web.Link. My goal is to build text to look like Creo is displaying it when note contains dimensions:
Raw text:
“This note: &d24”
Creo display:
“This note: Ø14 +0,05”
Web.Link using GetTextLines(“DISPMODE_SYMBOLIC”)
“This note: \u0001n\u000214”
“\u0001n\u0002” => Ø
“&d24” => 14 (dimension value)
Regardless of mode I choose “Numeric” or “Symbolic” I can`t get “&d24”. If I have this I could ask for tolerance and build my text exactly like Creo is resolving it.
I consider this as an issue with documentation that is clearly saying that when you use “Symbolic” mode text should not be resolved. (the same is for parameters in text)
Link to documentation:
https://support.ptc.com/help/creo_toolkit/pfcweblink_pma/r11.0/usascii/index.html#page/creo_toolkit/api/dita/t-pfcDetail-DetailTextDisplayOption.html#wwID0EI5XSB
Is there a mistake in my approach? Is any one having a wokraound ?

