DimensionSettingsAlwaysDimensionLineInside Property |
Gets or sets a value indicating whether or not the dimension line is displayed between the auxiliary lines even when the arrow position is outside.
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 AlwaysDimensionLineInside { get; set; }
Public MustOverride Property AlwaysDimensionLineInside As Boolean
Get
Set
Property Value
Type:
Boolean
true if the dimension line is displayed between the extension lines even when the arrow position is outside. Otherwise false.
See Also