diff --git a/ACadSharp/AttachmentType.cs b/ACadSharp/AttachmentType.cs deleted file mode 100644 index be3acce1..00000000 --- a/ACadSharp/AttachmentType.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace ACadSharp -{ - public enum AttachmentType : short - { - CenterExtents = 0, - InsertionPoint = 1 - } -} \ No newline at end of file diff --git a/ACadSharp/Entities/MultiLeader.cs b/ACadSharp/Entities/MultiLeader.cs index e6474c90..153f5a6c 100644 --- a/ACadSharp/Entities/MultiLeader.cs +++ b/ACadSharp/Entities/MultiLeader.cs @@ -244,7 +244,7 @@ public class BlockAttribute { /// Block Content Connection Type /// [DxfCodeValue(176)] - public AttachmentType BlockContentConnection { get; set; } + public BlockContentConnectionType BlockContentConnection { get; set; } #endregion diff --git a/ACadSharp/Objects/MultiLeaderAnnotContext.cs b/ACadSharp/Objects/MultiLeaderAnnotContext.cs index 3508ff74..d9b18059 100644 --- a/ACadSharp/Objects/MultiLeaderAnnotContext.cs +++ b/ACadSharp/Objects/MultiLeaderAnnotContext.cs @@ -91,7 +91,7 @@ public partial class MultiLeaderAnnotContext : CadObject /// --> MLeader.BlockContentConnectionType /// [DxfCodeValue(177)] - public AttachmentType AttachmentType { get; set; } + public BlockContentConnectionType BlockContentConnection { get; set; } /// /// Has text contents