Category
3D drawings and annotations
, Object
ProNote
Function ProNoteAttachAlloc
Description
Allocates the opaque handle for the
ProNoteAttach
.
Synopsis
#include <
ProNote.h
>
ProError
ProNoteAttachAlloc
(
ProNoteAttach
*
r_note_att
/* (Out)
The pointer to the handle for the
ProNoteAttach
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated the data structure.
Manual References:
Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
Sample Code References:
pt_examples ( TestSetup.c )
pt_userguide ( UgSolidNoteCreate.c )