Share

AcAxPutMaterial

C++

HRESULT AXAUTOEXP AcAxPutMaterial(
    AcAxObjectRef& objRef, 
    BSTR material
);

File

axboiler.h

Description

Sets the material for an object.

Parameters

Parameters Description
objRef Input object reference of object for which to get the layer
material Input the new material name

Was this information helpful?