DimensionSettingsExtendDimensionLine Property |
Gets or sets a value that indicates whether the dimension line will be extended to the position of the dimension value.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool ExtendDimensionLine { get; set; }
Public MustOverride Property ExtendDimensionLine As Boolean
Get
Set
Property Value
Type:
Boolean
True if the dimension line is extended to the position of the dimension value. Otherwise false.
See Also