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> | ||||||||
ProError | ProNoteCreate | ( | ||||||
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 | ||||||||
|
||||||||
See Also | ||||||||
ProArrayAlloc | ||||||||
ProArrayFree |