Share

AcDbDictUtil::getMaterialName

Description

Retrieves the name of an AcDbMaterial object specified by itemId. Returns Acad::eOk on success.

Note

On success, the caller is expected to free the memory associated with the name using acutDelString().

Parameters

Parameters Description
name Output name of material
itemId Input object ID of the AcDbMaterial object for the desired material name

Was this information helpful?