Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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'
