Share

AcDbMText::setUseBackgroundColor

C++

Acad::ErrorStatus setUseBackgroundColor(
    bool enable
);

Description

If enable is true, this function sets a flag that indicates that background color should be used for this object. Otherwise, it turns off the background color flag.

This function always returns Acad::eOk.

Parameters

Parameters Description
enable Input Boolean indicating whether to use background color

Links

AcDbMText Class

Was this information helpful?