Overload List
Method | 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. |
![]() | 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. |