Gets or sets whether to force Dimension lines to remain between the extension lines, even if the arrow heads are generated outside the Dimension.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DimensionLinesBetweenExtensionLine As System.Boolean |
C# | |
---|
System.bool DimensionLinesBetweenExtensionLine {get; set;} |
JavaScript | |
---|
DimensionLinesBetweenExtensionLine : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_DimensionLinesBetweenExtensionLine(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool DimensionLinesBetweenExtensionLine { bool* Val
)
DSRESULTput_DimensionLinesBetweenExtensionLine(
bool NewVal
} |
Property Value
True to force Dimension lines to remain between the extension lines, false to allow Dimension lines to appear outside the extension lines