Skip to content

Commit

Permalink
LIGHTGLYPHDISPLAY
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Nov 21, 2024
1 parent eb4bd30 commit 4c4cefc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ACadSharp/Header/CadHeader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1675,6 +1675,10 @@ public double StepsPerSecond
[CadSystemVariable("$TIMEZONE", 70)]
public int TimeZone { get; set; } = 0; //Create enum for variable

/// <remarks>
/// System variable LIGHTGLYPHDISPLAY
/// </remarks>
[CadSystemVariable("$LIGHTGLYPHDISPLAY", 280)]
public char DisplayLightGlyphs { get; set; }

/// <remarks>
Expand Down

0 comments on commit 4c4cefc

Please sign in to comment.