Share

AcDbMText::getBackgroundTransparency

C++

Acad::ErrorStatus getBackgroundTransparency(
    AcCmTransparency& transp
) const;

Description

If background fill is defined for this object, this function returns the background fill transparency value in the transp output parameter.

Returns Acad::eOk if successful. Returns Acad::eNotApplicable if background fill is not defined.

Parameters

Parameters Description
transp Output background fill transparency

Links

AcDbMText Class

Was this information helpful?