Share

AcDbSymbolTableRecord::getName

C++

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

Description

This function copies the name string of the AcDbSymbolTableRecord to sName.

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

Parameters

Parameters Description
sName Output the name of the symbol table record

Links

AcDbSymbolTableRecord

Was this information helpful?