Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. 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'