Category 3D drawings and annotations, Object ProNote

Function ProNoteURLSet


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProNoteURLWstringSet
Description

NOTE: This function is deprecated. Use ProNoteURLWstringSet() instead.

Sets the associated Uniform Resource Locator (URL) for the specified note.
Synopsis
#include <ProNote.h>
ProErrorProNoteURLSet(
ProNote* p_note_item
/* (In)
The note
*/
ProURL url
/* (In)
The URL
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the URL.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.
PRO_TK_BAD_CONTEXTThe note url cannot be varied.
PRO_TK_CANT_WRITECould not modify the given item because it has read-only access.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Note Properties
  3. Annotations: Annotation Features and Annotations: Note Properties