#include "ltwrappr.h"
L_INT LVectorObject::GotoHyperlink(uIndex)
L_UINT32 uIndex; |
index to an item in the target list |
Activates the specified target from the target list of the hyperlinked vector object.
Parameter |
Description |
uIndex |
Index to an item in the target list. The target specified by this index will be used and activated. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
This function fails if the object is not a hyperlinked vector object.
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::SetHyperlink, LVectorObject::GetHyperlink, LVectorObject::GetHyperlinkCount |
Topics: |
|
|
L_INT LVectorObject__GotoHyperlinkExample( LVectorObject *pVecObj)
{
L_INT nRet;
nRet = pVecObj->GotoHyperlink( 0 );
if(nRet != SUCCESS)
return nRet;
return SUCCESS;
}
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