DimensionSettingsAutoArrowPosition Property |
Gets or sets a value indicating whether to automatically determine the position of the arrow according to the position of the dimension value when creating / changing the dimension line.
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 AutoArrowPosition { get; set; }
Public MustOverride Property AutoArrowPosition As Boolean
Get
Set
Property Value
Type:
Boolean
True to automatically determine the position of the arrow according to the position of the dimension value when creating / changing the dimension line. Otherwise false.
See Also