Share

AcAxPutMaterial

C++

HRESULT AXAUTOEXP AcAxPutMaterial(
    const AcDbObjectId& objId, 
    BSTR material
);

File

axboiler.h

Description

Sets the material for an object.

Parameters

Parameters Description
objId Input object ID of object for which to get the layer
material Input the new material name

Was this information helpful?