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


IHatchClass.HatchInterval Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Location)  

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

.NET Related Topics

Location