Share

setDimtfill

C++

virtual Acad::ErrorStatus setDimtfill(
    int v
);

File

dbdimvar.h

Description

This function sets the sets the dimension background fill color.

v can be one of the following values:

0 = No Background Fill color

1 =Use background fill color from dimtfillclr()

2 = Use drawing's background color

Returns an Acad::ErrorStatus.

Parameters

Parameters Description
v Input value that specifies the dimension's background fill color

Was this information helpful?