Category
3D drawings and annotations
, Object
ProNote
Function ProNoteReferenceDelete
Description
Delete note reference
Synopsis
#include <
ProNote.h
>
ProError
ProNoteReferenceDelete
(
ProNote
*
note
/* (In)
valid note.
*/
int
index_ref
/* (In)
Indices start from 0. Get existing references from
ProNoteReferencesGet
()
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
The input argument is invalid.
PRO_TK_BAD_CONTEXT
The note owner is drawing..
Manual References:
Annotations: Annotation Features and Annotations: Note Properties