From 4e540be2e8bce590fc839f6fbd9b02abe32dad43 Mon Sep 17 00:00:00 2001 From: DomCR Date: Sun, 8 Oct 2023 16:27:41 +0200 Subject: [PATCH] optional vport visualstyle --- ACadSharp/Tables/VPort.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACadSharp/Tables/VPort.cs b/ACadSharp/Tables/VPort.cs index 39575eff..d2ba4fce 100644 --- a/ACadSharp/Tables/VPort.cs +++ b/ACadSharp/Tables/VPort.cs @@ -256,7 +256,7 @@ public XYZ Direction /// /// (optional) /// - [DxfCodeValue(DxfReferenceType.Handle, 348)] + [DxfCodeValue(DxfReferenceType.Handle | DxfReferenceType.Optional, 348)] public VisualStyle VisualStyle { get; set; } ///