This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEnumFieldMap Interface > IEnumFieldMap.Next Method (ArcObjects .NET 10.4 SDK) |
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 );