API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > attachmentPoint Method > OdDbTable::attachmentPoint Method (OdInt32, OdInt32, OdInt32)
OdDbTable::attachmentPoint Method (OdInt32, OdInt32, OdInt32)
Syntax
C++
OdGePoint3d attachmentPoint(OdInt32 row, OdInt32 col, OdInt32 content) const;
Parameters 
Description 
OdInt32 row 
[in] Row index of the cell.  
OdInt32 col 
[in] Column index of the cell.  
OdInt32 content 
[in] Content index.  

Attachment point.

Returns the attachment point of the cell as an object of the OdGePoint3d class. 

 

Method generates the eNotImplementedYet exception.

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