Share

AcDbDatabase::setHyperlinkBase

C++

Acad::ErrorStatus setHyperlinkBase(
    const ACHAR*
);

Description

Sets the database to use a copy of path as the new value for the HYPERLINKBASE header variable.

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

Returns Acad::eOk if successful.

Parameters

Parameters Description
path Input path to be used for HYPERLINKBASE sysvar

Links

AcDbDatabase Class

Was this information helpful?