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


IDimensionStyleDisplay.ExtensionLineOvershot Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  double overshot
);
[C++]

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

Product Availability

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

See Also

IDimensionStyleDisplay Interface