Author Topic: LineWeight: the "ByBlock" value instead of the "Default" value  (Read 1462 times)

0 Members and 1 Guest are viewing this topic.

Andrey Bushman

  • Swamp Rat
  • Posts: 864
I set the "Default" value for the some LineWeight options of dimension style:

Code - C#: [Select]
  1. dimStyle.Dimlwd = LineWeight.ByLineWeightDefault; // -3 value
  2. dimStyle.Dimlwe = LineWeight.ByLineWeightDefault; // -3 value

but in the settings I see the "ByBlock" values instead of the "Default" and instead of 0.25 values (look attached screen).

The Dimlwd and Dimlwe variables has right values: -3. Default lineweight is 0.25 mm ("Lineweight Settings" window). Why in the "Modify Dimension Style" window display "ByBlock" value instead of the "Default" value, and instead of the 0.25 value?