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


IEnumFieldMap.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEnumFieldMap Interface > IEnumFieldMap.Next Method
ArcGIS Developer Help

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