This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IA > IAttributeTransfer Interface > IAttributeTransfer.FindFieldMap Method (ArcObjects .NET 10.4 SDK) |
Finds a stored field mapping. A field map with any source or target can be found by place a null for the argument.
[Visual Basic .NET] Public Function FindFieldMap ( _ ByVal pSourceTable As IObjectClass, _ ByVal pTargetTable As IObjectClass _ ) As IFieldMap
[C#] public IFieldMap FindFieldMap ( IObjectClass pSourceTable, IObjectClass pTargetTable );
A layer feature class (IFeatureClass) is a type of IObjectClass and can be used for these required objects.