API Documentation > 3D drawings and annotations > Object ProNote > Function ProNoteURLWstringSet
Function ProNoteURLWstringSet
Description
Sets the associated Uniform Resource Locator (URL), as wide string, for the specified note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProNote.h>
ProNoteURLWstringSet
(
ProNote* p_note_item
/* (In)
The note
*/
wchar_t* r_url
/* (In)
The URL wide string or name of the valid combined state to be activated.
*/
)
Returns
The function successfully set the URL.
Model is in read-only state.
One or more of the arguments are invalid.
A general error occurred and the function failed.
Could not modify the given item because it has read-only access.
Sample Code References
User Guide References
Was this helpful?