ArcObjects Library Reference (Carto)  

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(
  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

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