API Reference > OdDb Classes > OdDbEntityHyperlinkPE Class > OdDbEntityHyperlinkPE Methods > hasHyperlink Method > OdDbEntityHyperlinkPE::hasHyperlink Method (OdRxObject *, bool)
OdDbEntityHyperlinkPE::hasHyperlink Method (OdRxObject *, bool)
Syntax
C++
virtual bool hasHyperlink(const OdRxObject * pObject, bool ignoreBlockDefinition = true) = 0;
Parameters 
Description 
const OdRxObject * pObject 
[in] Pointer to the object.  
bool ignoreBlockDefinition = true 
[in] If true, ignores Hyperlink objects associated with block definitions. 

True if the specified object has Hyperlink objects associated with it; false otherwise.

Returns true if and only if the specified object has Hyperlink objects associated with it. 

 

Currently the ignoreBlockDefinition argument is ignored. It will be fully implemented in future releases.

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