Share

AcDbSymbolTableRecord::getName

C++

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

Description

Deprecated. This function returns a pointer to a string that is a dynamically allocated copy and needs to be freed by the calling application.

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

Use Instead

Acad::ErrorStatus getName(AcString & sName) const;

Was this information helpful?