Category 3D drawings and annotations, Object ProNote

Function ProNoteURLExtraInfoSet


Description
Sets whether opening the URL for the specified note should append extra info "?+".
Synopsis
#include <ProNote.h>
ProErrorProNoteURLExtraInfoSet(
ProNote* p_note_item
/* (In)
The note
*/
ProBoolean val
/* (In)
Whether the extra info will be added.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set r_val.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.

Manual References:

  1. Annotations: Annotation Features and Annotations: Note Properties
  2. Annotations: Annotation Features and Annotations: Note Properties