Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Need to replace a string by a string in drawing notes in creo parametric toolkit 4.0. The drawing contains 5 sheet, need to replace a particular string by another string in all 5sheet. Please suggest API.
Hi,
Why not use variable?
Could you please explain it.
If I remember correctly, you need than a drawing table.
ProDtlNote.h may help if you study it. Take care with fonts, colors, …
OP would need to use ProDtlnotetextStringGet(...) and ProDtlnotetextStringSet(...)
there are examples of how to use functions in 'TestDtlnote.c' and 'UgDtlnoteExamples.c'