Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbEntityHyperlinkPE::getHyperlinkCollectionEx Method
Syntax
C++
virtual OdDbHyperlinkCollectionPtr getHyperlinkCollectionEx(const OdRxObject* pObject, bool oneOnly = false, bool ignoreBlockDefinition = true);

Creates a HyperlinkCollection object containing the Hyperlink object associated with the specified object. 

 

Parameters
Description
pObject
[in] Pointer to the object.
oneOnly
[in] If true, returns only the first Hyperlink.
ignoreBlockDefinition
[in] If true, ignores Hyperlink objects associated with block definitions.

Smart pointer to the created HyperlinkColection object.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.