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


IEnumHatchDefinition.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IE > IEnumHatchDefinition Interface > IEnumHatchDefinition.Next Method
ArcGIS Developer Help

IEnumHatchDefinition.Next Method

Returns the next hatch definition.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef pHatchInterval As Integer, _
    ByRef pHatchDefinition As IHatchDefinition _
)
[C#]
public void Next (
    ref int pHatchInterval,
    ref IHatchDefinition pHatchDefinition
);
[C++]
HRESULT Next(
  System.Int32* pHatchInterval,
  IHatchDefinition** pHatchDefinition
);
[C++]
Parameters
pHatchInterval [in, out]

pHatchInterval is a parameter of type long* pHatchDefinition [in, out]
pHatchDefinition is a parameter of type IHatchDefinition**

Product Availability

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

See Also

IEnumHatchDefinition Interface