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