API Reference > OdDb Classes > OdDbEntityHyperlinkPE Class > OdDbEntityHyperlinkPE Methods > hasHyperlink Method > OdDbEntityHyperlinkPE::hasHyperlink Method (OdDbStubPtrArray *&, bool)
OdDbEntityHyperlinkPE::hasHyperlink Method (OdDbStubPtrArray *&, bool)
Syntax
C++
virtual bool hasHyperlink(const OdDbStubPtrArray *& objectIds, bool ignoreBlockDefinition = true) = 0;
Parameters 
Description 
const OdDbStubPtrArray *& objectIds 
[in] Array of object IDs.  
bool ignoreBlockDefinition = true 
[in] If true, ignores Hyperlink objects associated with block definitions. 

True if one or more of the specified objects have Hyperlink objects associated with them; false if none of the specified objects have Hyperlink objects associated with them.

Returns true if and only if at least one of the specified objects 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.