This document is archived and information here might be outdated. Recommended version. |
Indicates if a dimension line should be drawn between the extension lines for an inward dimension.
[Visual Basic .NET]
Public Property DrawLineOnFit As Boolean
[C#]
public bool DrawLineOnFit {get; set;}
[C++]
HRESULT get_DrawLineOnFit(
VARIANT_BOOL Draw
);
[C++]
HRESULT put_DrawLineOnFit(
Boolean* Draw
);
[C++] Parameters Draw [in]
Draw is a parameter of type bool Draw [out, retval]
Draw is a parameter of type bool*