This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleDisplay Interface > IDimensionStyleDisplay.DrawLineOnFit Property (ArcObjects .NET 10.5 SDK) |
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