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