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


IFieldMap.GetSourceField Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

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