Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! 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'