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


IHatchTemplate.EndHatchDrawingTolerance Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Location)  

IHatchTemplate.EndHatchDrawingTolerance Property

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(
  System.Double* drawingTolerance
);
[C++]

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

Product Availability

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

See Also

IHatchTemplate Interface