Share

AcDbEntity::materialName

C++

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

Description

Returns the name of the material assigned to the entity.

Parameters

Parameters Description
pEs Output pointer to an error status code

Returns

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

Links

AcDbEntity

Was this information helpful?