• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

DomCR / ACadSharp / 12612533277

04 Jan 2025 05:51PM UTC coverage: 75.623% (+0.6%) from 75.001%
12612533277

push

github

web-flow
Merge pull request #486 from DomCR/dynamic-blocks

Dynamic blocks

5196 of 7588 branches covered (68.48%)

Branch coverage included in aggregate %.

276 of 360 new or added lines in 21 files covered. (76.67%)

3 existing lines in 1 file now uncovered.

20797 of 26784 relevant lines covered (77.65%)

36308.12 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/ACadSharp/Objects/Evaluations/BlockLinearParameter.cs
1
using ACadSharp.Attributes;
2

3
namespace ACadSharp.Objects.Evaluations
4
{
5
        /// <summary>
6
        /// 
7
        /// </summary>
8
        [DxfName(DxfFileToken.ObjectBlockLinearParameter)]
9
        [DxfSubClass(DxfSubclassMarker.BlockLinearParameter)]
10
        public class BlockLinearParameter : Block2PtParameter
11
        {
12
                /// <inheritdoc/>
NEW
13
                public override ObjectType ObjectType => ObjectType.UNLISTED;
×
14

15
                /// <inheritdoc/>
NEW
16
                public override string ObjectName => DxfFileToken.ObjectBlockLinearParameter;
×
17

18
                /// <inheritdoc/>
NEW
19
                public override string SubclassMarker => DxfSubclassMarker.BlockLinearParameter;
×
20

21
                /// <summary>
22
                /// Label text.
23
                /// </summary>
24
                [DxfCodeValue(305)]
NEW
25
                public string Label { get; set; }
×
26

27
                [DxfCodeValue(306)]
NEW
28
                public string Description { get; set; }
×
29

30
                [DxfCodeValue(140)]
NEW
31
                public double LabelOffset { get; set; }
×
32
        }
33
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc