Share

AcDbMText::strikethroughOn Method

C++

static const ACHAR* const strikethroughOn();

Description

This static member function returns the string "K". This function can be used in place of the string constant "K" in order to make your code more understandable. When used in the string that's returned from AcDbMText::contents() (or that will be passed into AcDbMText::setContents()), the "K" indicates strikethrough is on.

Returns

the string "K"

Links

AcDbMText Class

Was this information helpful?