This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleText Interface > IDimensionStyleText.ExtendLineOnFit Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL Draw
);
[C++]
Parameters Draw [out, retval] Draw is a parameter of type VARIANT_BOOL Draw [in] Draw is a parameter of type VARIANT_BOOL
When the markers are moved because of a fit, a line will be drawn between the markers based on the DrawLineOnFit property.