C++
Acad::ErrorStatus setMaterialId( AcDbObjectId id );
Description
This function sets the referenced material. The provided Id must refer to an existing AcDbMaterial.
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
id | Input object id of the material |