C++
Acad::ErrorStatus setLineSpacingFactor( double dFactor );
Description
Sets dFactor to be the line spacing factor where a value of 1.0 is single-spaced, 2.0 is double-spaced, and so on. The spacing factor must be between 0.25 and 4.00, inclusive. The method returns Acad::eOk if successful, or Acad::eInvalidInput if dFactor is not within the valid range. See AcDb::LineSpacingStyle for more information and examples.
Parameters
Parameters | Description |
---|---|
dFactor | Input line spacing factor |