ArcDimensionShapeShowEndProjectionLine Property |
Gets or sets a value indicating whether or not the auxiliary line on the end point side is to be 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 ShowEndProjectionLine { get; set; }
Public MustOverride Property ShowEndProjectionLine As Boolean
Get
Set
Property Value
Type:
Boolean
true to display the extension line on the end point side. Otherwise false.
See Also