API Reference > OdDb Classes > OdDbBlockBegin Class
OdDbBlockBegin Class
OdDbBlockBeginOdDbBlockBeginOdDbBlockBegin
Syntax
C++
class OdDbBlockBegin : public OdDbEntity;

DbBlockBegin.h

This class represents BlockBegin entities in an OdDbDatabase instance.

OdDbBlockBegin entities are created and handled automatically for each OdDbBlockTableRecord object. 

Client applications may add extended data or extension dictionaries to these entities, but should not create or delete them. 

These entities have no associated geometries. 

Do not derive from this class.

TD_Db 

 

 
Name 
Description 
 
This is OdDbBlockBegin, a member of class OdDbBlockBegin. 
 
Name 
Description 
 
Reads the .dwg file data of this object.
 
 
This is DWGMAP_DECLARE_MEMBERS, a member of class OdDbBlockBegin. 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF format data of this object from the specified filer.
 
 
Reads the DXF data of this object.
 
 
Reads the DXF R12 format data of this object.
 
 
Writes the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Always returns eInvalidExtents. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.