Share

AcDbDatabase::getHyperlinkBase (AcString &) Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus getHyperlinkBase(
    AcString & sHyperlinkBase
) const;

Description

This method sets sHyperlinkBase to the database's HYPERLINKBASE header variable value. sHyperlinkBase will be set to NULL if no path has been set.

See the system variables documentation in the AutoCAD Command Reference for information on HYPERLINKBASE.

Returns Acad::eOk if successful.

Parameters

Parameters Description
sHyperlinkBase Output value of the database's hyperlink base

Links

AcDbDatabase Class

Was this information helpful?