Category 3D drawings and annotations, Object ProNote

Function ProNoteCreate


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProSolidNoteCreate
Description
Creates a note in the specified model.

NOTE: This function is superseded by ProSolidNoteCreate().

Synopsis
#include <ProNote.h>
ProErrorProNoteCreate(
ProMdl mdl_handle
/* (In)
The model owner.
*/
ProModelitem* p_owner_item
/* (In)
The parent/owner of the note. If the owner is a part or assembly, this is the model itself (use ProMdlToModelitem(). If the owner is a feature, this is a feature/component that belongs to the model.
*/
ProLinelist line_list
/* (In)
The line list, which is a ProArray. Use the ProArray functions to manipulate the data.
*/
ProNote* note_item
/* (Out)
The new note.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully created the note.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
See Also
ProArrayAlloc
ProArrayFree