Share

AcAxGetHyperlinks

C++

HRESULT AXAUTOEXP AcAxGetHyperlinks(
    AcAxObjectRef& objRef, 
    LPDISPATCH pAppDisp, 
    IAcadHyperlinks** pHyperlinks
);

File

axboiler.h

Description

Gets hyperlinks for the specified object.

Except for the datatype of the first parameter, this function is identical to the overload that takes an object ID parameter.

Parameters

Parameters Description
objRef Input object reference of object for which to get hyperlinks
pAppDisp IDispatch of the Application object being used
pHyperlinks Returned hyperlinks

Was this information helpful?