Function ProNoteOwnerGet
Description
Retrieves the owner of the specified note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProNoteOwnerGet
(
ProNote* p_note_item
/* (In)
The note
*/
ProModelitem* r_note_owner
/* (Out)
The owner of the note (feature or an annotation element).
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
Was this helpful?