Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDatabase::countHardReferences Method
Syntax
C++
virtual void countHardReferences(const OdDbObjectIdArray& objectIds, OdUInt32* counts) const;

Returns a count of hard references to each of the specified object IDs. 

 

Parameters
Description
objectIds
[in] Array of object IDs.
counts
[out] Receives an array of hard reference counts.

counts must be the same size as objectIds. 

Each element of counts will be incremented for each hard reference of the corresponding objectId. The caller must initialize the elements of count to zero or an appropriate value before calling this function.

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