Category 3D drawings and annotations, Object ProNote

Function ProNoteURLGet


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProNoteURLWstringGet
Description

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

Retrieves the Uniform Resource Locator (URL) associated with the specified note.
Synopsis
#include <ProNote.h>
ProErrorProNoteURLGet(
ProNote* p_note_item
/* (In)
The note
*/
ProURL r_url
/* (Out)
The URL
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.

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