Share

AcDbSymbolTablePointer::AcDbSymbolTablePointer

C++

AcDbSymbolTablePointer(
    AcDbObjectId objId, 
    AcDb::OpenMode mode = AcDb::kForRead
);

Description

Constructs an AcDbSymbolTablePointer with the input values.

Parameters

Parameters Description
objId Input object ID of the object to open
mode Input mode in which to open the object

Links

AcDbSymbolTablePointer

Previous Declaration

AcDbSymbolTablePointer(

AcDbObjectId objId,

AcDb::OpenMode mode

);

Was this information helpful?