This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchClass Interface > IHatchClass.HatchInterval Property (ArcObjects .NET 10.5 SDK) |
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
The HatchInterval property controls interval between successive hatches.