This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IF > IFieldMap Interface > IFieldMap.SetFieldMap Method (ArcObjects .NET 10.5 SDK) |
Establishes a field mapping between the source and target fields.
[Visual Basic .NET] Public Sub SetFieldMap ( _ ByVal pSourceField As IField, _ ByVal pTargetField As IField _ )
[C#] public void SetFieldMap ( IField pSourceField, IField pTargetField );