Share

AcDbEntity::material

C++

ACHAR* material() const;

Description

Returns the material name.

Note This function returns a copy of the material name. The caller is responsible for deallocating the returned string by calling acutDelString().

Links

AcDbEntity

Use Instead

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

History

AutoCAD 2019

This method has been marked as deprecated.

Was this information helpful?