ArcObjects Library Reference (Carto)  

IDimensionStyleDisplay.DrawLineOnFit Property

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

See Also

IDimensionStyleDisplay Interface