ArcObjects Library Reference (Editor)  

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