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


IDimensionStyleDisplay.DrawLineOnFit Property (ArcObjects .NET 10.5 SDK)
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