This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IE > IEnumHatchDefinition Interface > IEnumHatchDefinition.Next Method (ArcObjects .NET 10.4 SDK) |
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