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

Smart pointer to the created HyperlinkColection object.

Creates a HyperlinkCollection object containing 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.