Share

AcDbEntity::layerName

C++

AcString layerName(
    Acad::ErrorStatus * pEs = nullptr
) const;

Description

Returns the name string of the AcDbLayerTableRecord object referenced by the entity.

Parameters

Parameters Description
pEs Output pointer to an error status code

Returns

String containing the name of the layer assigned to the entity.

Links

AcDbEntity

Was this information helpful?