ArcObjects Library Reference (Editor)  

IAttributeTransfer.FindFieldMap Method

Finds a stored field mapping. A field map with any source or target can be found by place a null for the argument.

[Visual Basic .NET]
Public Function FindFieldMap ( _
    ByVal pSourceTable As IObjectClass, _
    ByVal pTargetTable As IObjectClass _
) As IFieldMap
[C#]
public IFieldMap FindFieldMap (
    IObjectClass pSourceTable,
    IObjectClass pTargetTable
);

Product Availability

Available with ArcGIS Desktop.

Remarks

A layer feature class (IFeatureClass) is a type of IObjectClass and can be used for these required objects.

See Also

IAttributeTransfer Interface