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


IHatchTemplate.EndHatchDrawingTolerance Property (ArcObjects .NET 10.5 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(
  double drawingTolerance
);
[C++]

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

Product Availability

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

See Also

IHatchTemplate Interface