API Reference > OdDb Classes > OdDbBlockTableRecord Class > OdDbBlockTableRecord Methods > OdDbBlockTableRecord::openBlockEnd Method
OdDbBlockTableRecord::openBlockEnd Method
Syntax
C++
OdDbBlockEndPtr openBlockEnd(OdDb::OpenMode openMode = OdDb::kForRead);
Parameters 
Description 
OdDb::OpenMode openMode = OdDb::kForRead 
[in] Mode in which to open the object. 

Opens and returns the OdDbBlockEnd object associated with this Block. 

 

This function allows client applications to access the OdDbBlockEnd object to store and retrieve Xdata in a manner compatible with AutoLISP applications.

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