ArcObjects Library Reference (Geoprocessing)  

IGPFieldMapping.GetFieldMap Method

Get a specific internal field map.

[Visual Basic .NET]
Public Function GetFieldMap ( _
    ByVal Index As Integer _
) As IGPFieldMap
[C#]
public IGPFieldMap GetFieldMap (
    int Index
);
[C++]
HRESULT GetFieldMap(
  long Index,
  IGPFieldMap** FieldMap
);
[C++]

Parameters

Index [in]   Index is a parameter of type long FieldMap [out, retval]

  FieldMap is a parameter of type IGPFieldMap

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPFieldMapping Interface