ArcObjects Library Reference (Editor)  

IFieldMap.GetTargetField Method

The target field for the provided source field.

[Visual Basic .NET]
Public Function GetTargetField ( _
    ByVal pSourceField As IField _
) As IField
[C#]
public IField GetTargetField (
    IField pSourceField
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFieldMap Interface