This document is archived and information here might be outdated.  Recommended version.


IDimensionStyleText.ExtendLineOnFit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleText Interface > IDimensionStyleText.ExtendLineOnFit Property
ArcGIS Developer Help

IDimensionStyleText.ExtendLineOnFit Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

When the markers are moved because of a fit, a line will be drawn between the markers based on the DrawLineOnFit property.

See Also

IDimensionStyleText Interface