This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumProperty Interface > IEnumProperty.Next Method (ArcObjects .NET 10.5 SDK) |
Retrieves the next Property in the enumeration sequence.
[Visual Basic .NET] Public Sub Next ( _ ByVal numRequested As Integer, _ ByRef props As IProperty, _ ByRef numFetched As Integer _ )
[C#] public void Next ( int numRequested, ref IProperty props, ref int numFetched );
[C++]
HRESULT Next(
long numRequested,
IProperty** props,
long* numFetched
);
[C++]
Parameters numRequested [in] numRequested is a parameter of type long props [out]
props is a parameter of type IProperty numFetched [out] numFetched is a parameter of type long