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


IGPFieldMapping.GetFieldMap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldMapping Interface > IGPFieldMapping.GetFieldMap Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Index [in]

Index is a parameter of type long

Product Availability

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

See Also

IGPFieldMapping Interface