Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbEntityHyperlinkPE::hasHyperlink Method (const OdDbStubPtrArray*&, bool)
Syntax
C++
virtual bool hasHyperlink(const OdDbStubPtrArray*& objectIds, bool ignoreBlockDefinition = true) = 0;

Returns true if and only if at least one of the specified objects has Hyperlink objects associated with it. 

 

Parameters
Description
objectIds
[in] Array of object IDs.
ignoreBlockDefinition
[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.

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

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