This document is archived and information here might be outdated. Recommended version. |
Indicates if the dimension line will be extended to underline the text on inward dimensions.
[Visual Basic .NET]
Public Property ExtendLineOnFit As Boolean
[C#]
public bool ExtendLineOnFit {get; set;}
[C++]
HRESULT get_ExtendLineOnFit(
VARIANT_BOOL Draw
);
[C++]
HRESULT put_ExtendLineOnFit(
Boolean* Draw
);
[C++] Parameters Draw [in]
Draw is a parameter of type bool Draw [out, retval]
Draw is a parameter of type bool*
When the markers are moved because of a fit, a line will be drawn between the markers based on the DrawLineOnFit property.