This document is archived and information here might be outdated. Recommended version. |
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*