ArcObjects Library Reference (Geoprocessing)  

IGPFieldMap.GetField Method

Get an internal mapped field.

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

Parameters

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

  Field is a parameter of type IField

Product Availability

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

See Also

IGPFieldMap Interface