Share

AcDbSymbolTableRecordPointer Constructor

Overload List

Method Description
AcDbSymbolTableRecordPointer::AcDbSymbolTableRecordPointer () Default constructor.
AcDbSymbolTableRecordPointer::AcDbSymbolTableRecordPointer (AcDbObjectId, AcDb::OpenMode, bool) Constructs an AcDbSymbolTableRecordPointer with the input values.
AcDbSymbolTableRecordPointer::AcDbSymbolTableRecordPointer (AcDbSymbolTableRecordPointer &) Copy constructor.
AcDbSymbolTableRecordPointer::AcDbSymbolTableRecordPointer (AcDbSymbolTableRecordPointer&&) Copy constructor.
AcDbSymbolTableRecordPointer::AcDbSymbolTableRecordPointer (ACHAR *, AcDbDatabase *, AcDb::OpenMode, bool) Constructs an AcDbSymbolTableRecordPointer with the input values.If the name is a null pointer, the open status after construction is eInvalidInput. If the database pointer is a null pointer, then the open status after construction is eNullObjectPointer.
AcDbSymbolTableRecordPointer::AcDbSymbolTableRecordPointer (T_OBJECT *) Copy constructor.

Was this information helpful?