API Reference > OdDb Classes > OdDbHatch Class > OdDbHatch Methods > OdDbHatch::getAssocObjIdsAt Method
OdDbHatch::getAssocObjIdsAt Method
Syntax
C++
void getAssocObjIdsAt(int loopIndex, OdDbObjectIdArray& dbObjIds) const;
Parameters 
Description 
int loopIndex 
[in] Loop index.  
OdDbObjectIdArray& dbObjIds 
[out] Receives the boundary Object IDs. 

Returns the Object IDs comprising the specified associative loop in this Hatch entity. 

 

Returns nothing if this Hatch entity is not associative.

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