C++
AcDbSymbolTablePointer( AcDbDatabase * pDb, AcDb::OpenMode mode = AcDb::kForRead );
Description
Constructs an AcDbSymbolTablePointer with the input values.
If the database pointer is NULL, the open status after construction is eNullObjectPointer.
Parameters
Parameters | Description |
---|---|
pDb | Input database pointer |
mode | Input mode in which to open the object |
Links
Previous Declaration
AcDbSymbolTablePointer(
AcDbDatabase* pDb,
AcDb::OpenMode mode
);