Category 3D drawings and annotations, Object ProNote

Function ProNoteAttachRelease


Description
Releases the opaque ProNoteAttach handle.
Synopsis
#include <ProNote.h>
ProErrorProNoteAttachRelease(
ProNoteAttach* p_note_att
/* (In)
The pointer to the handle for the ProNoteAttach
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.

Manual References:

  1. Annotations: Annotation Features and Annotations: Accessing the Note Placement

Sample Code References:

  1. pt_af_examples ( PTAFExNotesToPlane.c )
  2. pt_examples ( TestSetup.c )
  3. pt_userguide ( UgSolidNoteCreate.c )