DimensionSettingsShowStartDimensionLine Property |
Gets or sets a value indicating whether the dimension line on the start point side is displayed.
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 ShowStartDimensionLine { get; set; }
Public MustOverride Property ShowStartDimensionLine As Boolean
Get
Set
Property Value
Type:
Boolean
True if the dimension line on the starting point side is displayed. Otherwise false.
See Also