We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efec367 commit dcfeea2Copy full SHA for dcfeea2
src/ACadSharp/Objects/CadDictionaryWithDefault.cs
@@ -23,10 +23,10 @@ public class CadDictionaryWithDefault : CadDictionary
23
public override string SubclassMarker => DxfSubclassMarker.DictionaryWithDefault;
24
25
/// <summary>
26
- /// Default object
+ /// Default entry.
27
/// </summary>
28
/// <remarks>
29
- /// Currently only used for plot style dictionary's default entry, named “Normal”
+ /// Currently only used for plot style dictionary's default entry, named “Normal”.
30
/// </remarks>
31
[DxfCodeValue(DxfReferenceType.Handle, 340)]
32
public CadObject DefaultEntry { get; set; }
0 commit comments