API Reference > OdDb Classes > OdDbViewTableRecord Class
OdDbViewTableRecord Class
OdDbViewTableRecordOdDbViewTableRecordOdDbViewTableRecordOdDbViewTableRecord
Syntax
C++
class OdDbViewTableRecord : public OdDbAbstractViewTableRecord;

DbViewTableRecord.h

This class represents View records in the OdDbViewTable in an OdDbDatabase instance. 

 

 
Name 
Description 
 
 
 
Name 
Description 
 
 
 
 
 
Disassociates any UCS associated with this View. 
 
Reads the .dwg file data of this object.
 
 
 
 
Writes the .dwg file data of this object.
 
 
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.
 
 
Returns the name of the category of this View. 
 
Returns the name of the layer state of this View. 
 
Returns the Object ID of the OdDbLayout of this View. 
 
Returns the thumbnail information for this view.
 
 
 
 
Returns true if and only if this View is a Paper Space view (DXF 70, bit 0x01). 
 
Returns true if and only if there is a UCS associated with this View. 
 
Returns true if and only if this View is associated with a Paper Space Viewport. 
 
 
 
 
 
 
 
Sets the name of the category of this View.  
 
 
 
Controls if this View is a Paper Space view (DXF 70, bit 0x01).
 
 
Sets the name of the layer state of this View.  
 
Sets the Object ID of the Layout of this View.  
 
 
 
Sets the thumbnail information for this view.
 
 
Controls if this View is associated with a Viewport.  
 
Called as the first operation as this object is being closed, for database -resident objects only. 
 
overridables 
 
Called as the first operation of swapIdWith
 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.