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


IDimensionStyleDisplay.ExtensionLineOvershot 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.ExtensionLineOvershot Property
ArcGIS Developer Help

IDimensionStyleDisplay.ExtensionLineOvershot Property

Length of the extension line overshot.

[Visual Basic .NET]
Public Property ExtensionLineOvershot As Double
[C#]
public double ExtensionLineOvershot {get; set;}
[C++]
HRESULT get_ExtensionLineOvershot(
  double overshot
);
[C++]
HRESULT put_ExtensionLineOvershot(
  System.Double* overshot
);
[C++]
Parameters
overshot [in]

overshot is a parameter of type double overshot [out, retval]
overshot is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDimensionStyleDisplay Interface