API Reference > OdDb Classes > OdDbEntityHyperlinkPE Class > OdDbEntityHyperlinkPE Methods > getHyperlinkCount Method > OdDbEntityHyperlinkPE::getHyperlinkCount Method (OdDbStubPtrArray *&, bool)
OdDbEntityHyperlinkPE::getHyperlinkCount Method (OdDbStubPtrArray *&, bool)
Syntax
C++
virtual unsigned int getHyperlinkCount(const OdDbStubPtrArray *& idContainers, bool ignoreBlockDefinition = true) = 0;
Parameters 
Description 
const OdDbStubPtrArray *& idContainers 
[in] Array of object IDs.  
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 objects. 

 

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

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