Share

AcAxGetMaterial

C++

HRESULT AXAUTOEXP AcAxGetMaterial(
    AcAxObjectRef& objRef, 
    BSTR* pMaterial
);

File

axboiler.h

Description

Returns the material name for the object.

Parameters

Parameters Description
objRef Input object reference of object for which to get the layer
pMaterial Output a pointer to the material name

Was this information helpful?