Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
To have a chance to see drawing ".drw" object is checked out when it is opened in Creo Parametric. - I can see that CAD model is checked out in "model tree", I can see the .drw object is modified, but I am not able to see anywhere in Creo paramteric window, that .drw object is checked out. Do you have any idea, how to display it in drawing tree?
Using toolkit function ProServerObjectIsModified() it is possible to get checkout status.
I think it is not possible to modify the system model tree. But you can display the status in Creo's GUI some other way.
Hello YaroslavSin, how am I able to use that toolkit function?
This function is used in the C programming language. To use it, you must write an application for Creo using the C programming language and the Toolkit API.