Category
3D drawings and annotations
, Object
ProNote
Function ProNoteAttachRelease
Description
Releases the opaque
ProNoteAttach
handle.
Synopsis
#include <
ProNote.h
>
ProError
ProNoteAttachRelease
(
ProNoteAttach
*
p_note_att
/* (In)
The pointer to the handle for the
ProNoteAttach
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the memory.
Manual References:
Annotations: Annotation Features and Annotations: Accessing the Note Placement
Sample Code References:
pt_af_examples ( PTAFExNotesToPlane.c )
pt_examples ( TestSetup.c )
pt_userguide ( UgSolidNoteCreate.c )