Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
I am updating an old application that contains Pro/Develop functions to work with Creo. There a few Pro/Develop functions I cannot find Toolkit equivalents for.
- prodrw_get_first_note_id
- prodrw_get_next_note_id
- prodtl_delete
These functions are being used to loop through all of the notes on a drawing to delete them by their ID.
Where p_drw is the current drawing (ProMdl).
Does anyone have any suggestions to update these functions or use a better way to delete the notes?
Thanks,
Corey
Solved! Go to Solution.
ProDrawingDtlnotesCollect or ProDrawingDtlnoteVisit to gather or traverse notes, ProDtlnoteDelete to delete them.
ProDrawingDtlnotesCollect or ProDrawingDtlnoteVisit to gather or traverse notes, ProDtlnoteDelete to delete them.