C++
Acad::ErrorStatus setLineSpacingStyle( AcDb::LineSpacingStyle eStyle );
Description
Sets the line spacing style to be either kAtLeast (the line spacing is a minimum value) or kExactly (the line spacing is absolute). See AcDb::LineSpacingStyle for more information and examples. The method returns Acad::eOk if successful, or Acad::eInvalidInput if eStyle is not a valid value.
Parameters
Parameters | Description |
---|---|
eStyle | Input line spacing style |