Open dummifiedme opened 1 year ago
We would need an example... location is only available if the note is a) a drawing note as opposed to a model note, b) it is attached with a Free Attachment, as opposed to an Offset Attachment, a Parametric Attachment, or something else.
While trying to fetch the location of the notes on the drawing system, I found that note_get should be able to fetch the location for me as written in the documentation:
but after trying to get it running, I am only getting informations wrt value, name and encoded parts of a note which are the exact same information I am getting using the note_list.
Can you please point me a right way to fetch its location?