C++
Acad::ErrorStatus getHyperlinkBase( ACHAR*& pOutput ) const;
Description
This method creates a copy of the database's HYPERLINKBASE header variable and sets pOutput to point to the copy. pOutput will be set to NULL if no path has been set. The caller is responsible for deallocating the memory to which pOutput points upon return. acutDelString() is the preferred way to deallocate the memory.
See the system variables documentation in the AutoCAD Command Reference for information on HYPERLINKBASE.
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
pOutput | Output value of the database's hyperlink base |
Links
Use Instead
ACDBCORE2D_PORT Acad::ErrorStatus getHyperlinkBase(AcString & sHyperlinkBase) const;
History
AutoCAD 2019
This method has been marked as deprecated.