Category 3D drawings and annotations, Object ProNote

Function ProNoteAttachAlloc


Description
Allocates the opaque handle for the ProNoteAttach.
Synopsis
#include <ProNote.h>
ProErrorProNoteAttachAlloc(
ProNoteAttach* r_note_att
/* (Out)
The pointer to the handle for the ProNoteAttach
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated the data structure.

Manual References:

  1. Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
  2. Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments

Sample Code References:

  1. pt_examples ( TestSetup.c )
  2. pt_userguide ( UgSolidNoteCreate.c )