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


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

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

See Also

IDimensionStyleDisplay Interface