DbSymbolTable.h
This class implements the predefined table object, which represents a container for storing and accessing of named record objects in the database.
TD_Db
Example of Selecting a Predefined Table Object
Example of Using the Record-Table and Dictionary Interfaces for Getting Information about Objects
Working with Predefined Tables of Named Records
OdDbSymbolTableRecord class
|
Name |
Description |
|
Builds an instance of the predefined table object. Applications typically will not use this constructor, insofar as the database object creates own instance of all predefined tables. |
|
Name |
Description |
|
Adds the specified named record object to the predefined table object and returns the Object ID of the added record object. | |
|
Reads the .dwg file data of this object. | |
|
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 format data of this object to the specified filer. | |
|
Writes the DXF data of this object. | |
|
Writes the DXF data of this object. | |
|
This is the overview for the getAt method overload. | |
|
This is the overview for the has method overload. | |
|
Returns an Iterator object that can be used to traverse through record objects in the predefined table object. | |
|
This is ODDB_DECLARE_MEMBERS, a member of class OdDbSymbolTable. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|