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


IEnumFieldMap.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

IEnumFieldMap.Next Method

Retrieves the next field mapping in the sequence.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef ppSourceField As IField, _
    ByRef ppTargetField As IField _
)
[C#]
public void Next (
    ref IField ppSourceField,
    ref IField ppTargetField
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumFieldMap Interface