#include "ltwrappr.h"
L_INT LVectorObject::SetHyperlink(uIndex, pTarget)
L_UINT32 uIndex; |
index to the target item that will be set |
pVECTORLINKDESC pTarget; |
new target information that will be used |
Sets a target in the target list of the specified vector object's hyperlink.
Parameter |
Description |
uIndex |
Index to the target item that will be set. |
pTarget |
Pointer to a VECTORLINKDESC structure that contains the information on the new target to set. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
A hyperlink must be added to a vector object using the LVectorObject::AddHyperlink function before it can be changed using the LVectorObject::SetHyperlink function.
Required DLLs and Libraries
LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Functions: |
LVectorObject::AddHyperlink, LVectorObject::GetHyperlink, LVectorObject::GetHyperlinkCount, LVectorObject::GotoHyperlink |
Topics: |
|
|
For an example, refer to LVectorObject::GetHyperlink.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET