Share

AcDbSymbolTableRecord::getName

C++

Acad::ErrorStatus getName(
    const ACHAR*& pName
) const;

Description

This function returns a pointer to a string that is the name of the AcDbSymbolTableRecord.

The SymbolTableRecord name string is used for DXF group code 2.

Parameters

Parameters Description
pName Returns pointing to string that is the name of the SymbolTable record

Warning

The returned string will be automatically freed the next time that any of the getName() methods are called. The caller should not free the returned string.

Links

AcDbSymbolTableRecord

Was this information helpful?