Share

AcAxGetMaterial

C++

HRESULT AXAUTOEXP AcAxGetMaterial(
    const AcDbObjectId& objId, 
    BSTR* pMaterial
);

File

axboiler.h

Description

Returns the material for the object.

Parameters

Parameters Description
objId Input object ID of object for which to get the layer
pMaterial Output a reference to the material

Was this information helpful?