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


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

IHatchClass.HatchInterval Property

Hatch Interval for the class.

[Visual Basic .NET]
Public Property HatchInterval As IHatchInputValue
[C#]
public IHatchInputValue HatchInterval {get; set;}
[C++]
HRESULT get_HatchInterval(
  IHatchInputValue** ppHatchInterval
);
[C++]
HRESULT putref_HatchInterval(
  IHatchInputValue* ppHatchInterval
);
[C++]
Parameters
ppHatchInterval [out, retval]

ppHatchInterval is a parameter of type IHatchInputValue** ppHatchInterval [in]
ppHatchInterval is a parameter of type IHatchInputValue*

Product Availability

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

Remarks

The HatchInterval property controls interval between successive hatches.

See Also

IHatchClass Interface