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


IEnumHatchDefinition.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

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(
  long* 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