ArcObjects Library Reference (GeoDatabase)  

IEnumProperty.Next Method

Retrieves the next Property in the enumeration sequence.

[Visual Basic .NET]
Public Sub Next ( _
    ByVal numRequested As Integer, _
    ByRef props As IProperty, _
    ByRef pNumFetched As Integer _
)
[C#]
public void Next (
    int numRequested,
    ref IProperty props,
    ref int pNumFetched
);
[C++]
HRESULT Next(
  long numRequested,
  IProperty** props,
  long* pNumFetched
);
[C++]

Parameters

numRequested [in]   numRequested is a parameter of type long props [out]

  props is a parameter of type IProperty

pNumFetched [out]   pNumFetched is a parameter of type long

Product Availability

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

See Also

IEnumProperty Interface