Skip to content

Commit

Permalink
- AttachmentType --> BlockContentConnection
Browse files Browse the repository at this point in the history
-  Use enum BlockContentConnectionType, delete enum AttachmentType
  • Loading branch information
mme1950 committed Mar 1, 2024
1 parent e8e351d commit 5d2cc56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions ACadSharp/AttachmentType.cs

This file was deleted.

2 changes: 1 addition & 1 deletion ACadSharp/Entities/MultiLeader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public class BlockAttribute {
/// Block Content Connection Type
/// </summary>
[DxfCodeValue(176)]
public AttachmentType BlockContentConnection { get; set; }
public BlockContentConnectionType BlockContentConnection { get; set; }

#endregion

Expand Down
2 changes: 1 addition & 1 deletion ACadSharp/Objects/MultiLeaderAnnotContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public partial class MultiLeaderAnnotContext : CadObject
/// --> MLeader.BlockContentConnectionType
/// </summary>
[DxfCodeValue(177)]
public AttachmentType AttachmentType { get; set; }
public BlockContentConnectionType BlockContentConnection { get; set; }

/// <summary>
/// Has text contents
Expand Down

0 comments on commit 5d2cc56

Please sign in to comment.