NXOpen.UF.Draw.AskViewNotes

Draw.AskViewNotes()

Refer to UF_DRAW_ask_view_notes for documentation.

Signature: AskViewNotes(viewTag)

Parameters:viewTag (Tag) – Drawing member view tag
Returns:A Tuple
Return type:A tuple consisting of (numNotes,noteTags)

numNotes(int): Number of associated notes

noteTags(list of Tag): If num_notes > 0, the array of note tags must be freed. Use UF_free to free note_tags.

License requirements: None