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


IFieldMap.GetTargetField Method (ArcObjects .NET 10.5 SDK)
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