Share

AcDbMText::setShowBorders Method

C++

ACDBCORE2D_PORT Acad::ErrorStatus setShowBorders(
    bool enable
);

Description

Sets the flag controlling mtext border's visibility.

Parameters

Parameters Description
enable True means borders will be visible; false means borders will be invisible.

Links

AcDbMText Class

Was this information helpful?