API Reference > OdDb Classes > OdDbHyperlink Class > OdDbHyperlink Methods > OdDbHyperlink::setDescription Method
OdDbHyperlink::setDescription Method
Syntax
C++
virtual void setDescription(const OdString& description) = 0;
Parameters 
Description 
const OdString& description 
[in] Description for this Hyperlink object. 

Sets the description associated with this Hyperlink object. 

 

"- " will be returned by getDisplayString() if description is NULL.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.