Share

AcDbEntity::getMaterialMapper

C++

virtual ACDBCORE2D_PORT Acad::ErrorStatus getMaterialMapper(
    AcGiMapper& mapper
) const;

Description

Returns a pointer to the AcGiMapper that is use to map a material to the entity. If no mapper is assigned, this function returns NULL.

Parameters

Parameters Description
mapper Output material mapper set on this entity

Links

AcDbEntity

Was this information helpful?