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
Hi all
I am just concerned to get dtlnote from drawing... Not those coming from format file. For drawing table , api is there to identify whether it is from format or not.... Simillar thing I could not find for dtlnote... So , is there a way to identify whether dtlnote belong to format or not ? Can I use some api related to read only dtlnote?
Hello!
You mentioned that a note is read only.
Maybe, ProDtlnotedataReadonlyGet() will helps.
Hello all,
Ketan,
get a drawing sheet's associated format sheet with ProDrawingSheetFromFomatGet(...), collect dtlnotes in that format sheet, filter out notes from tables, and make a union object ( by text match) with the drawing sheet notes collection.
Whatever would not belong to the union are drawing-created notes.
HIH.
FV.