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


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

IFieldMap.GetSourceField Method

The source field for the provided target field.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IFieldMap Interface