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


IFieldMap.GetTargetField 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.GetTargetField Method
ArcGIS Developer Help

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