Skip to content

Commit

Permalink
optional vport visualstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Oct 8, 2023
1 parent ddde48a commit 4e540be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACadSharp/Tables/VPort.cs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public XYZ Direction
/// <remarks>
/// (optional)
/// </remarks>
[DxfCodeValue(DxfReferenceType.Handle, 348)]
[DxfCodeValue(DxfReferenceType.Handle | DxfReferenceType.Optional, 348)]
public VisualStyle VisualStyle { get; set; }

/// <summary>
Expand Down

0 comments on commit 4e540be

Please sign in to comment.