Share

AcDbSymbolTableRecord::name

C++

AcString name(
    Acad::ErrorStatus * pE = nullptr
) const;

Description

Returns the name of the AcDbSymbolTableRecord object.

Parameters

Parameters Description
pE Output error status as an Acad::ErrorStatus value, can be nullptr value

Returns

String containing the AcDbSymbolTableRecord object's name.

Links

AcDbSymbolTableRecord

Was this information helpful?