Method |
Description |
---|
AcDbSymbolTableRecord::getName |
Deprecated. This function returns a pointer to a string that is a dynamically allocated copy and needs to be freed... more |
AcDbSymbolTableRecord::getName (ACHAR*&) |
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. |
AcDbSymbolTableRecord::getName (AcString &) |
This function copies the name string of the AcDbSymbolTableRecord to sName.The AcDbSymbolTableRecord name string is used for DXF group code 2. |