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


IHatchTemplate.DefaultHatchInterval 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.DefaultHatchInterval Property
ArcGIS Developer Help

IHatchTemplate.DefaultHatchInterval Property

The hatch interval.

[Visual Basic .NET]
Public Property DefaultHatchInterval As Double
[C#]
public double DefaultHatchInterval {get; set;}
[C++]
HRESULT get_DefaultHatchInterval(
  System.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