
Replacement in Object TOOLKIT: |

ProSolidNoteCreate | |
( ProMdl mdl_handle /* (In) The owner model for the note (part or assembly). */ ProModelitem* p_owner_item /* (In) The owner of the note. If the note is to be owned by a feature, pass the feature here. If the note is to be owned by the model, pass NULL. */ wchar_t** p_note_text /* (In) The ProArray of note text lines. */ ProNote* note_item /* (Out) The new note. */ ) |

The function successfully created the note. | |
Model is in read-only state. | |
One or more of the input arguments are invalid. |


