Share

AcDbEntity::material (AcString &) Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus material(
    AcString & sName
) const;

Description

This function returns the name of the material assigned to the entity.

Parameters

Parameters Description
sName Output name of the material

Links

AcDbEntity

Was this information helpful?