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


IFieldMap.SetFieldMap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IF > IFieldMap Interface > IFieldMap.SetFieldMap Method
ArcGIS Developer Help

IFieldMap.SetFieldMap Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFieldMap Interface