API Reference > OdDb Classes > OdDbEntityHyperlinkPE Class > OdDbEntityHyperlinkPE Methods > getHyperlinkCount Method > OdDbEntityHyperlinkPE::getHyperlinkCount Method (OdRxObject *, bool)
OdDbEntityHyperlinkPE::getHyperlinkCount Method (OdRxObject *, bool)
Syntax
C++
virtual unsigned int getHyperlinkCount(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. 

Number of Hyperlink objects.

Returns the number of Hyperlink objects associated with the specified object. 

 

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

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