Skip to main content
1-Visitor
October 20, 2020
Question

Drawing note apart from format file

  • October 20, 2020
  • 1 reply
  • 1304 views

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?

1 reply

17-Peridot
November 2, 2020

Hello!

You mentioned that a note is read only.

Maybe, ProDtlnotedataReadonlyGet() will helps.

November 2, 2020

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.