cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Drawing note apart from format file

Ketan_Lalcheta
19-Tanzanite

Drawing note apart from format file

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?

2 REPLIES 2

Hello!

You mentioned that a note is read only.

Maybe, ProDtlnotedataReadonlyGet() will helps.

FV
17-Peridot
17-Peridot
(To:YaroslavSin)

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.

Top Tags