Share

AcDbLayerTableRecord::setMaterialId

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

Links

AcDbLayerTableRecord

Was this information helpful?