Category 3D drawings and annotations, Object ProNote

Function ProNoteOwnerGet


Description
Retrieves the owner of the specified note.
Replacement in Object TOOLKIT: pfcNote::GetOwner
Synopsis
#include <ProNote.h>
ProErrorProNoteOwnerGet(
ProNote* p_note_item
/* (In)
The note
*/
ProModelitem* r_note_owner
/* (Out)
The owner of the note (feature or an annotation element).
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Note Properties
  3. Annotations: Annotation Features and Annotations: Note Properties

Sample Code References:

  1. pt_examples ( TestSetup.c )