Share

AcDbSymbolTablePointer::AcDbSymbolTablePointer

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

AcDbSymbolTablePointer

Previous Declaration

AcDbSymbolTablePointer(

AcDbDatabase* pDb,

AcDb::OpenMode mode

);

Was this information helpful?