|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchTemplate Interface > IHatchTemplate.EndHatchDrawingTolerance Property (ArcObjects .NET 10.5 SDK) | 
The end hatch drawing tolerance.
[Visual Basic .NET] Public Property EndHatchDrawingTolerance As Double
[C#] public double EndHatchDrawingTolerance {get; set;}
[C++]
HRESULT get_EndHatchDrawingTolerance(
  double* drawingTolerance
);
[C++]
HRESULT put_EndHatchDrawingTolerance(
  double drawingTolerance
);
[C++]
Parameters drawingTolerance [out, retval] drawingTolerance is a parameter of type double drawingTolerance [in] drawingTolerance is a parameter of type double