Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Jan 2, 2025
1 parent efec367 commit dcfeea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ACadSharp/Objects/CadDictionaryWithDefault.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ public class CadDictionaryWithDefault : CadDictionary
public override string SubclassMarker => DxfSubclassMarker.DictionaryWithDefault;

/// <summary>
/// Default object
/// Default entry.
/// </summary>
/// <remarks>
/// Currently only used for plot style dictionary's default entry, named “Normal”
/// Currently only used for plot style dictionary's default entry, named “Normal”.
/// </remarks>
[DxfCodeValue(DxfReferenceType.Handle, 340)]
public CadObject DefaultEntry { get; set; }
Expand Down

0 comments on commit dcfeea2

Please sign in to comment.