API ドキュメンテーション
>
3D drawings and annotations
>
Object ProNote
> Function ProNoteDelete
Function ProNoteDelete
Description
Deletes a note in the specified model. The valid model types are
PRO_PART
and
PRO_ASSEMBLY.
Replacement in Object TOOLKIT:
pfcDetailItem::Delete
Synopsis
#include <
ProNote.h
>
ProError
ProNoteDelete
(
ProNote
* note_item
/* (In)
The note to delete
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully deleted the note.
PRO_TK_CANT_MODIFY
Model is in read-only state.
PRO_TK_BAD_INPUTS
The argument is invalid.
PRO_TK_CANT_WRITE
Could not delete the given item because it has read-only access.
Sample Code References
pt_examples ( TestSetup.c )
User Guide References
注記の作成と削除:ProNoteDelete
これは役に立ちましたか?
このサイトは、JavaScript が有効になっている場合に最適に動作します。