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


IHatchTemplate.DefaultHatchInterval Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IHatchTemplate.DefaultHatchInterval Property

The hatch interval.

[Visual Basic .NET]
Public Property DefaultHatchInterval As Double
[C#]
public double DefaultHatchInterval {get; set;}
[C++]
HRESULT get_DefaultHatchInterval(
  double* pDefaultHatchInterval
);
[C++]
HRESULT put_DefaultHatchInterval(
  double pDefaultHatchInterval
);
[C++]

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

Product Availability

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

See Also

IHatchTemplate Interface