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


IHatchTemplate.EndHatchDrawingTolerance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchTemplate Interface > IHatchTemplate.EndHatchDrawingTolerance Property
ArcGIS Developer Help

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